diff options
Diffstat (limited to 'include/arch/unix/locks.h')
-rw-r--r-- | include/arch/unix/locks.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/unix/locks.h b/include/arch/unix/locks.h index c83e8d09c..47f089c14 100644 --- a/include/arch/unix/locks.h +++ b/include/arch/unix/locks.h @@ -139,7 +139,7 @@ struct apr_lock_t { int curr_locked; char *fname; #if APR_HAS_SYSVSEM_SERIALIZE || APR_HAS_FCNTL_SERIALIZE || APR_HAS_FLOCK_SERIALIZE - int interproc; + apr_file_t *interproc; #endif #if APR_HAS_PROC_PTHREAD_SERIALIZE pthread_mutex_t *pthread_interproc; |