bjh 01/07/27 20:26:59
Modified: include apr_thread_proc.h
Log:
Reorder test so make_exports.awk recognises that it needs to go in exports.c
Revision Changes Path
1.68 +1 -1 apr/include/apr_thread_proc.h
Index: apr_thread_proc.h
===================================================================
RCS file: /home/cvs/apr/include/apr_thread_proc.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- apr_thread_proc.h 2001/07/27 05:37:13 1.67
+++ apr_thread_proc.h 2001/07/28 03:26:59 1.68
@@ -587,7 +587,7 @@
#if APR_HAS_THREADS
-#if !defined(OS2) && APR_HAVE_SIGWAIT
+#if APR_HAVE_SIGWAIT && !defined(OS2)
/**
* Setup the process for a single thread to be used for all signal handling.