Colin Watson wrote:
> Do you happen to know whether I was overdoing it by adding in #ifdefs
> for SIGHUP, SIGINT, etc.? I decided better safe than sorry, but didn't
> know whether there was some basic set of signals that Gnulib's supported
> platforms were guaranteed to have.

You were right. The set of signals that are supported everywhere is very
small, namely:
  SIGINT
  SIGILL
  SIGFPE
  SIGSEGV
  SIGTERM
  SIGABRT

Bruno



Reply via email to