-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Bruno Haible on 10/18/2008 3:37 PM:
>
> Thanks for this analysis. The sigset_t datatype introduced by gnulib has
> to be adjusted. I propose this patch. Eric, what do you think?
Generally looks okay to me.
> int
> sigfillset (sigset
Eric Blake wrote:
> > int
> > sigfillset (sigset_t *set)
> > {
> > ! *set = ((2U << (NSIG - 1)) - 1)
> > !#ifdef SIGABRT_COMPAT
> > !& ~(1U << SIGABRT_COMPAT)
> > !#endif
> > !;
>
> However, I'm not the biggest fan of #ifdef inside a statement. Maybe a
> helper macro would