summaryrefslogtreecommitdiff
path: root/include/apr_thread_mutex.h
diff options
context:
space:
mode:
authorAaron Bannert <aaron@apache.org>2001-11-21 04:18:27 +0000
committerAaron Bannert <aaron@apache.org>2001-11-21 04:18:27 +0000
commit84f7e818a93cb997d6e4e30564ac248826d8ea5f (patch)
tree95f427869b17c455a647fee90028ac34c46ed320 /include/apr_thread_mutex.h
parent18f4b7aa4191c2c3c702172a2c109338200b99f3 (diff)
downloadapr-84f7e818a93cb997d6e4e30564ac248826d8ea5f.tar.gz
For the sake of clarity.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62530 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_thread_mutex.h')
-rw-r--r--include/apr_thread_mutex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_thread_mutex.h b/include/apr_thread_mutex.h
index 2861ae0d6..cbfa5ba01 100644
--- a/include/apr_thread_mutex.h
+++ b/include/apr_thread_mutex.h
@@ -128,7 +128,7 @@ APR_DECLARE(apr_status_t) apr_thread_mutex_destroy(apr_thread_mutex_t *mutex);
*/
APR_POOL_DECLARE_ACCESSOR(thread_mutex);
-#endif
+#endif /* APR_HAS_THREADS */
#ifdef __cplusplus
}