trawick 01/06/06 14:38:56
Modified: include apr_portable.h
Log:
we don't always have apr_os_thread_current()
Revision Changes Path
1.56 +2 -0 apr/include/apr_portable.h
Index: apr_portable.h
===================================================================
RCS file: /home/cvs/apr/include/apr_portable.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- apr_portable.h 2001/06/06 18:11:04 1.55
+++ apr_portable.h 2001/06/06 21:38:55 1.56
@@ -418,7 +418,9 @@
APR_DECLARE(apr_status_t) apr_os_dso_handle_get(apr_os_dso_handle_t *dso,
apr_dso_handle_t *aprdso);
+#if APR_HAS_THREADS
APR_DECLARE(apr_os_thread_t) apr_os_thread_current(void);
+#endif
#endif /* APR_HAS_DSO */