Signal actions

From Bennu Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Definition

Signal actions are modes which indicate how a process should react to a signal.

See signal_action().

List

Constant - Value - Meaning
S_DFL - 0 - Signal is received and will be reacted upon (default).
S_IGN - 1 - Signal is ignored.