summaryrefslogtreecommitdiff
path: root/include/arch/os2
diff options
context:
space:
mode:
authorbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2001-09-12 14:25:05 +0000
committerbjh <bjh@13f79535-47bb-0310-9956-ffa450edef68>2001-09-12 14:25:05 +0000
commitf2670dea7038560a1ac57b6f3bb7eb7b4e65dcb0 (patch)
treea81cd595e18b81ac1aec7c9f03ead0323e1fee28 /include/arch/os2
parentabc2226bcf3d72a167b817ab84798d790e7aefd7 (diff)
downloadlibapr-f2670dea7038560a1ac57b6f3bb7eb7b4e65dcb0.tar.gz
OS/2: Implement apr_thread_mutex functions.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62315 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/os2')
-rw-r--r--include/arch/os2/thread_mutex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/arch/os2/thread_mutex.h b/include/arch/os2/thread_mutex.h
index 29d9ed733..b8b9d1222 100644
--- a/include/arch/os2/thread_mutex.h
+++ b/include/arch/os2/thread_mutex.h
@@ -60,6 +60,7 @@
struct apr_thread_mutex_t {
apr_pool_t *pool;
+ HMTX hMutex;
};
#endif /* THREAD_MUTEX_H */