SA_ONSTACK
Call the signal handler on an alternate signal stack
Declaration
Source position: signal.inc line 47
const
SA\_ONSTACK = $08000000
Description
SA_ONSTACK is used in the fpsigaction to indicate the signal handler must be called on an alternate signal stack provided by sigaltstack(2) If an alternate stack is not available, the default stack will be used.
See also
Name | Description |
---|---|
fpsigaction | Install signal handler |