diff options
Diffstat (limited to 'locks/os2/proc_mutex.c')
-rw-r--r-- | locks/os2/proc_mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/locks/os2/proc_mutex.c b/locks/os2/proc_mutex.c index 0f3a564ef..9b53c0bef 100644 --- a/locks/os2/proc_mutex.c +++ b/locks/os2/proc_mutex.c @@ -199,7 +199,7 @@ APR_DECLARE(apr_status_t) apr_proc_mutex_destroy(apr_proc_mutex_t *mutex) return APR_FROM_OS_ERROR(rc); } - +APR_PERMS_SET_ENOTIMPL(proc_mutex) APR_POOL_IMPLEMENT_ACCESSOR(proc_mutex) |