signal.7: Add mention of sigaltstack(2).

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-05 07:46:09 +02:00
parent e66d51d1ba
commit eeccef1df0
1 changed files with 6 additions and 0 deletions

View File

@ -77,6 +77,12 @@ or catch the signal with a
.IR "signal handler" ,
a programmer-defined function that is automatically invoked
when the signal is delivered.
(By default, the signal handler is invoked on the
normal process stack.
It is possible to arrange that the signal handler
uses an alternate stack; see
.BR sigaltstack (2)
for a discussion of how to do this and when it might be useful.)
The signal disposition is a per-process attribute:
in a multithreaded application, the disposition of a