Don't define SIG_SETMASK, et al.

This commit is contained in:
K. Lange 2018-07-19 19:51:43 +09:00
parent b9419c756b
commit 23ec6736db
1 changed files with 2 additions and 0 deletions

View File

@ -15,9 +15,11 @@
#define SA_NOCLDSTOP 1
#define SA_SIGINFO 2
#if 0
#define SIG_SETMASK 0
#define SIG_BLOCK 1
#define SIG_UNBLOCK 2
#endif
#define sa_handler _signal_handlers._handler
#define sa_sigaction _signal_handlers._sigaction