[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?

(Oh, and where is that Perl guy?  We got the verb before the object
with these functions.)

-- 
Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site:
       http://www.geocities.com/SiliconValley/Park/9289/
             Born in Roswell... married an alien...

Reply via email to