next up previous contents
Next: 10.2.3 signal under Linux Up: 10.2 Signal handling Previous: 10.2.1 Signals under SVR4

10.2.2 Linux signal options

The following values for the sa_flags member of the sigaction structure are defined for Linux.

Note that POSIX.1 defines only SA_NOCLDSTOP, and there are several other options defined by SVR4 not available under Linux. When porting applications which use sigaction, you may have to modify the values of sa_flags to get the appropriate behavior.



Converted on:
Fri Mar 29 14:43:04 EST 1996