diff options
Diffstat (limited to 'locks/win32')
-rw-r--r-- | locks/win32/locks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locks/win32/locks.c b/locks/win32/locks.c index fc8c43bea..8e8450211 100644 --- a/locks/win32/locks.c +++ b/locks/win32/locks.c @@ -187,7 +187,7 @@ ap_status_t ap_set_lockdata(struct lock_t *lock, void *data, char *key, } } -ap_status_t ap_get_os_lock(struct lock_t *lock, ap_os_lock_t *thelock) +ap_status_t ap_get_os_lock(ap_os_lock_t *thelock, struct lock_t *lock) { if (lock == NULL) { return APR_ENOFILE; |