summaryrefslogtreecommitdiff
path: root/include/arch/unix/locks.h
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-06-05 13:22:50 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-06-05 13:22:50 +0000
commitd265a7fa4f458f3e60ea06a55501cb5c64d71437 (patch)
tree5d741727ebcfd650aa9f893122c7580666f9776c /include/arch/unix/locks.h
parent28538df75e74d8506584bf741bb91b8e9a39b0b2 (diff)
downloadlibapr-d265a7fa4f458f3e60ea06a55501cb5c64d71437.tar.gz
A couple of changes...
- rename the CLEANUP macros so they make more sense (I hope) - cntxt -> pool in the lock code and macro's No functional change. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61702 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/arch/unix/locks.h')
-rw-r--r--include/arch/unix/locks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/arch/unix/locks.h b/include/arch/unix/locks.h
index e34dcc769..2a062190c 100644
--- a/include/arch/unix/locks.h
+++ b/include/arch/unix/locks.h
@@ -109,7 +109,7 @@ union semun {
#endif
struct apr_lock_t {
- apr_pool_t *cntxt;
+ apr_pool_t *pool;
apr_sms_t *mem_sys;
apr_locktype_e type;
apr_lockscope_e scope;