• R
    transition to using functions for internal signal blocking/restoring · 2c074b0d
    Rich Felker 提交于
    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.
    2c074b0d
pthread_create.c 6.1 KB