On Mon, 19 Apr 2004, Mathihalli, Madhusudan wrote: > Since a lot of the async signals are blocked by default, I thought > it'll be good to provide a apr_(un)block_signal() api for those who want > to block/unblock only select signals. Here's a patch to do that.
Is this portable? (Admitting my ignorance of the Win32 API here.) PS: the names should be apr_signal_block and apr_signal_unblock instead. --Cliff
