|
MentOS
0.8.0
The Mentoring Operating System
|
Macros | |
| #define | SA_NOCLDSTOP 0x00000001U |
| Turn off SIGCHLD when children stop. | |
| #define | SA_NOCLDWAIT 0x00000002U |
| Flag on SIGCHLD to inhibit zombies. | |
| #define | SA_SIGINFO 0x00000004U |
| sa_sigaction specifies the signal-handling function for signum. | |
| #define | SA_ONSTACK 0x08000000U |
| Indicates that a registered stack_t will be used. | |
| #define | SA_RESTART 0x10000000U |
| Flag to get restarting signals (which were the default long ago) | |
| #define | SA_NODEFER 0x40000000U |
| Prevents the current signal from being masked in the handler. | |
| #define | SA_RESETHAND 0x80000000U |
| Clears the handler when the signal is delivered. | |
| #define | SA_NOCLDSTOP 0x00000001U |
| Turn off SIGCHLD when children stop. | |
| #define | SA_NOCLDWAIT 0x00000002U |
| Flag on SIGCHLD to inhibit zombies. | |
| #define | SA_SIGINFO 0x00000004U |
| sa_sigaction specifies the signal-handling function for signum. | |
| #define | SA_ONSTACK 0x08000000U |
| Indicates that a registered stack_t will be used. | |
| #define | SA_RESTART 0x10000000U |
| Flag to get restarting signals (which were the default long ago) | |
| #define | SA_NODEFER 0x40000000U |
| Prevents the current signal from being masked in the handler. | |
| #define | SA_RESETHAND 0x80000000U |
| Clears the handler when the signal is delivered. | |