transition to using functions for internal signal blocking/restoring
authorRich Felker <dalias@aerifal.cx>
Fri, 26 Apr 2013 23:48:01 +0000 (19:48 -0400)
committerRich Felker <dalias@aerifal.cx>
Fri, 26 Apr 2013 23:48:01 +0000 (19:48 -0400)
there are several reasons for this change. one is getting rid of the
repetition of the syscall signature all over the place. another is
sharing the constant masks without costly GOT accesses in PIC.

the main motivation, however, is accurately representing whether we
want to block signals that might be handled by the application, or all
signals.


No differences found