On 22 Feb 2001 21:57:46 -0500, Jeff Trawick wrote: >[EMAIL PROTECTED] writes: > >> These are a bit too unix specific for OS/2 (pthread/sigwait). >... >> Index: signals.c >> =================================================================== >> RCS file: /home/cvs/apr/threadproc/unix/signals.c,v >> retrieving revision 1.22 >> retrieving revision 1.23 >> diff -u -r1.22 -r1.23 >> --- signals.c 2001/02/21 20:49:28 1.22 >> +++ signals.c 2001/02/23 02:06:14 1.23 >> @@ -267,7 +267,7 @@ >> >> #endif /* SYS_SIGLIST_DECLARED */ >> >> -#if APR_HAS_THREADS >> +#if APR_HAS_THREADS && !defined(OS2) > >Why don't you need the same construct in apr_thread_proc.h so that >exports.c doesn't try to reference >apr_create_signal_thread/apr_setup_signal_thread?
Err, because I haven't done a full rebuild so missed it, fixing now. Thanks. -- ______________________________________________________________________________ | Brian Havard | "He is not the messiah! | | [EMAIL PROTECTED] | He's a very naughty boy!" - Life of Brian | ------------------------------------------------------------------------------
