summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2016-03-06 00:26:20 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2016-03-06 00:26:20 +0000
commite594ea44604a44fd41dfbf0269b48aa1f43a1f8e (patch)
treefe5b1e17eab9a1215709353cafa4d3ca56e30bcd /include
parent48b165c02e395250c3d12a55d07ed0b6c8cdf039 (diff)
downloadlibapr-e594ea44604a44fd41dfbf0269b48aa1f43a1f8e.tar.gz
proc_mutex-netware: follow up to r1733775.
Make apr_os_proc_mutex_{get,set}[_ex]() available by changing the native apr_os_proc_mutex_t accessor type to a pointer. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1733776 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-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;