rbb 01/02/24 22:54:52
Modified: include apr_thread_proc.h
Log:
Need to use the correct macro for APR_HAVE_SIGWAIT
Revision Changes Path
1.59 +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.58
retrieving revision 1.59
diff -u -d -b -w -u -r1.58 -r1.59
--- apr_thread_proc.h 2001/02/25 06:39:34 1.58
+++ apr_thread_proc.h 2001/02/25 06:54:52 1.59
@@ -588,7 +588,7 @@
APR_DECLARE(void) apr_pool_note_subprocess(apr_pool_t *a, apr_proc_t *pid,
enum kill_conditions how);
-#if APR_HAS_THREADS && !defined(OS2) && defined(APR_HAS_SIGWAIT)
+#if APR_HAS_THREADS && !defined(OS2) && defined(APR_HAVE_SIGWAIT)
/**
* Setup the process for a single thread to be used for all signal handling.
* @warn This must be called before any threads are created