diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2001-09-26 20:55:33 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2001-09-26 20:55:33 +0000 |
commit | a41e5face0007ac5a6390762559b0c6bcdafb16d (patch) | |
tree | 770d7002ab2c97a95ba2f2241c6641f6638c03ba /locks/beos/thread_mutex.c | |
parent | 7467ccc9daf78282d2e0c346e69ade771d8ea4f0 (diff) | |
download | libapr-a41e5face0007ac5a6390762559b0c6bcdafb16d.tar.gz |
Add pool accessors to the apr_thread_mutex_t datatype.
Submitted by: Aaron Bannert <aaron@clove.org>
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62377 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks/beos/thread_mutex.c')
-rw-r--r-- | locks/beos/thread_mutex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locks/beos/thread_mutex.c b/locks/beos/thread_mutex.c index 0f3cc1d9c..b99a0096c 100644 --- a/locks/beos/thread_mutex.c +++ b/locks/beos/thread_mutex.c @@ -91,3 +91,5 @@ APR_DECLARE(apr_status_t) apr_thread_mutex_destroy(apr_thread_mutex_t *mutex) return APR_ENOTIMPL; } +APR_POOL_IMPLEMENT_ACCESSOR(thread_mutex) + |