History log of /seL4-camkes-master/projects/musllibc/src/signal/block.c
Revision Date Author Comments
# 2c074b0d 26-Apr-2013 Rich Felker <dalias@aerifal.cx>

transition to using functions for internal signal blocking/restoring

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.