On 03/06/2012 12:55 AM, Costin Manolache wrote:
On Mon, Mar 5, 2012 at 1:39 PM, Costin Manolache<[email protected]> wrote:apr_pollset_drain_wakeup_pipe(pollset); rv = APR_EINTR; } (interrupt() calls poll_wakepup which writes to the wakeup_pipe ).
Ah, so its APR_EINTR, not EINTR. That makes sense. Regards -- ^TM --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
