That new xsignal thingy

greg andruk meowing at banet.net
Thu Sep 23 12:52:01 UTC 1999


In nnmh:inn-workers, greg andruk <meowing at banet.net> wrote:

> Weird... this box (glibc 2.0.7) has sigaction, but the new xsignal
> function is killing innd.  fd in main() of innd/innd.c is taking on
> some random value so RCsetup() dies on listen.

Okay, so changing include/clibrary.h as follows makes everything happy
here.  Why the very simple alternative function is going wacky, I
dunno.  The code from four days ago didn't have that problem!

#if (defined(HPUX) || defined(linux)) && !defined(USE_SIGACTION)
#define USE_SIGACTION
#endif


More information about the inn-workers mailing list