summaryrefslogtreecommitdiff
path: root/locks/beos/proc_mutex.c
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-03-09 14:39:45 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2004-03-09 14:39:45 +0000
commit31ca46d6ea7ce1f5856e42b1d93c8b79e31e9925 (patch)
tree2134c50ac5b56b12481abb06c7fcc92539ec823e /locks/beos/proc_mutex.c
parentbfcc546f2f35763a11e6264ddb8c1794ca4f6378 (diff)
downloadlibapr-31ca46d6ea7ce1f5856e42b1d93c8b79e31e9925.tar.gz
Add the apr_proc_mutex_cleanup function.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64950 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks/beos/proc_mutex.c')
-rw-r--r--locks/beos/proc_mutex.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/locks/beos/proc_mutex.c b/locks/beos/proc_mutex.c
index e1d694a4c..8d3ca31c2 100644
--- a/locks/beos/proc_mutex.c
+++ b/locks/beos/proc_mutex.c
@@ -118,6 +118,12 @@ APR_DECLARE(apr_status_t) apr_proc_mutex_destroy(apr_proc_mutex_t *mutex)
return stat;
}
+APR_DECLARE(apr_status_t) apr_proc_mutex_cleanup(void *mutex)
+{
+ return _proc_mutex_cleanup(mutex);
+}
+
+
APR_DECLARE(const char *) apr_proc_mutex_lockfile(apr_proc_mutex_t *mutex)
{
return NULL;