mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
manual: SA_ONSTACK is ignored without alternate stack
The current stack is used. No SIGILL is generated.
This commit is contained in:
parent
ae13228409
commit
ca7334d34b
@ -1329,7 +1329,7 @@ Setting this flag for a signal other than @code{SIGCHLD} has no effect.
|
|||||||
If this flag is set for a particular signal number, the system uses the
|
If this flag is set for a particular signal number, the system uses the
|
||||||
signal stack when delivering that kind of signal. @xref{Signal Stack}.
|
signal stack when delivering that kind of signal. @xref{Signal Stack}.
|
||||||
If a signal with this flag arrives and you have not set a signal stack,
|
If a signal with this flag arrives and you have not set a signal stack,
|
||||||
the system terminates the program with @code{SIGILL}.
|
the normal user stack is used instead, as if the flag had not been set.
|
||||||
@end deftypevr
|
@end deftypevr
|
||||||
|
|
||||||
@deftypevr Macro int SA_RESTART
|
@deftypevr Macro int SA_RESTART
|
||||||
|
Loading…
Reference in New Issue
Block a user