summaryrefslogtreecommitdiff
path: root/locks/beos/proc_mutex.c
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-09-29 05:03:37 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>2001-09-29 05:03:37 +0000
commita962763e04c0344b3e349c5e92282e83268ef602 (patch)
treea2cc2400d54f223c24e8a670eec12275dea47703 /locks/beos/proc_mutex.c
parent7b521b07765ecd69fd63e77303fd25305c4c09fa (diff)
downloadlibapr-a962763e04c0344b3e349c5e92282e83268ef602.tar.gz
Implement pool accessor functions for proc mutex's
Submitted by: Aaron Bannert <aaron@clove.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62383 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks/beos/proc_mutex.c')
-rw-r--r--locks/beos/proc_mutex.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/locks/beos/proc_mutex.c b/locks/beos/proc_mutex.c
index 3bff70b74..32ac2ee7f 100644
--- a/locks/beos/proc_mutex.c
+++ b/locks/beos/proc_mutex.c
@@ -102,3 +102,5 @@ APR_DECLARE(apr_status_t) apr_proc_mutex_destroy(apr_proc_mutex_t *mutex)
return APR_ENOTIMPL;
}
+APR_POOL_IMPLEMENT_ACCESSOR(proc_mutex)
+