wrowe 01/07/13 10:48:10
Modified: include apr_sms_threads.h
Log:
Not the problem I first expected... here's the balance fix, and Sander
is researching further why this is even a problem.
Revision Changes Path
1.3 +2 -2 apr/include/apr_sms_threads.h
Index: apr_sms_threads.h
===================================================================
RCS file: /home/cvs/apr/include/apr_sms_threads.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apr_sms_threads.h 2001/07/13 17:44:41 1.2
+++ apr_sms_threads.h 2001/07/13 17:47:58 1.3
@@ -101,10 +101,10 @@
apr_size_t min_free,
apr_size_t max_free);
+#endif /* APR_HAS_THREADS */
+
#ifdef __cplusplus
}
#endif
-
-#endif /* APR_HAS_THREADS */
#endif /* !APR_SMS_THREADS_H */