summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_portable.h')
-rw-r--r--include/apr_portable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h
index 7ba8215ad..7b90a220f 100644
--- a/include/apr_portable.h
+++ b/include/apr_portable.h
@@ -112,7 +112,7 @@ typedef void* apr_os_shm_t;
typedef int apr_os_file_t;
typedef DIR apr_os_dir_t;
typedef int apr_os_sock_t;
-typedef NXMutex_t apr_os_proc_mutex_t;
+typedef NXMutex_t * apr_os_proc_mutex_t;
typedef NXThreadId_t apr_os_thread_t;
typedef long apr_os_proc_t;
typedef NXKey_t apr_os_threadkey_t;