summaryrefslogtreecommitdiff
path: root/shmem
diff options
context:
space:
mode:
Diffstat (limited to 'shmem')
-rw-r--r--shmem/os2/shm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/shmem/os2/shm.c b/shmem/os2/shm.c
index c8d5a9e68..8c3c5bc77 100644
--- a/shmem/os2/shm.c
+++ b/shmem/os2/shm.c
@@ -143,3 +143,5 @@ APR_DECLARE(apr_size_t) apr_shm_size_get(const apr_shm_t *m)
DosQueryMem(m->memblock, &size, &flags);
return size;
}
+
+APR_POOL_IMPLEMENT_ACCESSOR(shm)