Yes I looked at it.
But I don't understand how to use it.
Moreover I went into test directory and the only file I found which uses signals is sendfile.c

#ifdef SIGPIPE
   signal(SIGPIPE, SIG_IGN);
#endif

But how can I block all signals?

--Marco



Garrett Rooney wrote:

On 11/16/05, Marco Spinetti <[EMAIL PROTECTED]> wrote:

Any hints?

Did you look at the apr_signal.h header?  It seems pretty straitforward to me...

-garrett

Reply via email to