summaryrefslogtreecommitdiff
path: root/shmem
diff options
context:
space:
mode:
authormturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2008-05-20 05:43:51 +0000
committermturk <mturk@13f79535-47bb-0310-9956-ffa450edef68>2008-05-20 05:43:51 +0000
commitcd2b215824de151f69860a866d203785ea5ea6a7 (patch)
tree2d1e1d54d9082afc3b65dad02c97f93a1e7d7e13 /shmem
parent21bbf24ed4a29f2f3b2aec5bb93ff5aa976eee6b (diff)
downloadlibapr-cd2b215824de151f69860a866d203785ea5ea6a7.tar.gz
Backport r657500 from trunk
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x@658107 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'shmem')
-rw-r--r--shmem/win32/shm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shmem/win32/shm.c b/shmem/win32/shm.c
index 7bce1331b..580421e33 100644
--- a/shmem/win32/shm.c
+++ b/shmem/win32/shm.c
@@ -175,7 +175,7 @@ APR_DECLARE(apr_status_t) apr_shm_destroy(apr_shm_t *m)
APR_DECLARE(apr_status_t) apr_shm_remove(const char *filename,
apr_pool_t *pool)
{
- return APR_ENOTIMPL;
+ return apr_file_remove(filename, pool);
}
APR_DECLARE(apr_status_t) apr_shm_attach(apr_shm_t **m,