Re: async-signal-safe functions

2008-06-23 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > Eric Blake wrote: >> +     /* POSIX states that sigprocmask and signal are both >> +        async-signal-safe. > > Going through the list of async-signal-safe functions, gnulib overrides > quite a few. I propose t

Re: async-signal-safe functions

2008-06-22 Thread Bruno Haible
Eric Blake wrote: > +     /* POSIX states that sigprocmask and signal are both > +        async-signal-safe. Going through the list of async-signal-safe functions, gnulib overrides quite a few. I propose to add comments so that this is remembered in future modifications of the fun