summaryrefslogtreecommitdiff
path: root/locks
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-02-18 13:06:43 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-02-18 13:06:43 +0000
commita2d1ceb6a569b7176e4389afca5984a296e96cf6 (patch)
tree323a127c1546aca14bc04f2bb575fd9e69b1cd7b /locks
parent2cac15eda28d7fefbd19303366bbf02614801edc (diff)
downloadlibapr-a2d1ceb6a569b7176e4389afca5984a296e96cf6.tar.gz
get rid of a stray ';' after APR_IMPLEMENT_POOL_ACCESSOR()
AIX xlc really got upset, though I didn't unravel the macro to see what the fuss was about > "global_mutex.c", line 177.42: 1506-137 (E) Declaration > must declare at least one declarator, tag, or the members > of an enumeration. I changed the other new invocations to match the normal pattern. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63024 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'locks')
-rw-r--r--locks/beos/global_mutex.c2
-rw-r--r--locks/netware/global_mutex.c2
-rw-r--r--locks/os2/global_mutex.c2
-rw-r--r--locks/unix/global_mutex.c2
-rw-r--r--locks/win32/global_mutex.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/locks/beos/global_mutex.c b/locks/beos/global_mutex.c
index 879d2b289..24f73b1c2 100644
--- a/locks/beos/global_mutex.c
+++ b/locks/beos/global_mutex.c
@@ -91,5 +91,5 @@ APR_DECLARE(apr_status_t) apr_global_mutex_destroy(apr_global_mutex_t *mutex)
return APR_ENOTIMPL;
}
-APR_POOL_IMPLEMENT_ACCESSOR(global_mutex);
+APR_POOL_IMPLEMENT_ACCESSOR(global_mutex)
diff --git a/locks/netware/global_mutex.c b/locks/netware/global_mutex.c
index 879d2b289..24f73b1c2 100644
--- a/locks/netware/global_mutex.c
+++ b/locks/netware/global_mutex.c
@@ -91,5 +91,5 @@ APR_DECLARE(apr_status_t) apr_global_mutex_destroy(apr_global_mutex_t *mutex)
return APR_ENOTIMPL;
}
-APR_POOL_IMPLEMENT_ACCESSOR(global_mutex);
+APR_POOL_IMPLEMENT_ACCESSOR(global_mutex)
diff --git a/locks/os2/global_mutex.c b/locks/os2/global_mutex.c
index 879d2b289..24f73b1c2 100644
--- a/locks/os2/global_mutex.c
+++ b/locks/os2/global_mutex.c
@@ -91,5 +91,5 @@ APR_DECLARE(apr_status_t) apr_global_mutex_destroy(apr_global_mutex_t *mutex)
return APR_ENOTIMPL;
}
-APR_POOL_IMPLEMENT_ACCESSOR(global_mutex);
+APR_POOL_IMPLEMENT_ACCESSOR(global_mutex)
diff --git a/locks/unix/global_mutex.c b/locks/unix/global_mutex.c
index c3b1ed3e1..733d08db0 100644
--- a/locks/unix/global_mutex.c
+++ b/locks/unix/global_mutex.c
@@ -183,4 +183,4 @@ APR_DECLARE(apr_status_t) apr_global_mutex_destroy(apr_global_mutex_t *mutex)
return apr_pool_cleanup_run(mutex->pool, mutex, global_mutex_cleanup);
}
-APR_POOL_IMPLEMENT_ACCESSOR(global_mutex);
+APR_POOL_IMPLEMENT_ACCESSOR(global_mutex)
diff --git a/locks/win32/global_mutex.c b/locks/win32/global_mutex.c
index 879d2b289..24f73b1c2 100644
--- a/locks/win32/global_mutex.c
+++ b/locks/win32/global_mutex.c
@@ -91,5 +91,5 @@ APR_DECLARE(apr_status_t) apr_global_mutex_destroy(apr_global_mutex_t *mutex)
return APR_ENOTIMPL;
}
-APR_POOL_IMPLEMENT_ACCESSOR(global_mutex);
+APR_POOL_IMPLEMENT_ACCESSOR(global_mutex)