> -----Original Message-----
>   Modified:    .        acconfig.h
>                threadproc/unix signals.c
>   Log:
>   Add apr_sigwait to the apr_private.h file.  This allows us to remove
>   a couple of #ifdefs, and standardize some code.  This macro comes directly
>   from the Apache code.

But if you put it in apr_private.h, Apache can't get to it... and you removed
the Apache version of this macro (ap_sigwait) from ap_config.h in rev. 1.57...
where did it go?  I'd think we could just expose the apr_sigwait as non-private
and let Apache use that.  Or have I missed something?

--Cliff

Reply via email to