diff options
Diffstat (limited to 'upstream/fedora-rawhide/man2/sigaction.2')
-rw-r--r-- | upstream/fedora-rawhide/man2/sigaction.2 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/upstream/fedora-rawhide/man2/sigaction.2 b/upstream/fedora-rawhide/man2/sigaction.2 index 85c6c00f..bbe4d5a6 100644 --- a/upstream/fedora-rawhide/man2/sigaction.2 +++ b/upstream/fedora-rawhide/man2/sigaction.2 @@ -25,7 +25,7 @@ .\" 2015-01-17, Kees Cook <keescook@chromium.org> .\" Added notes on ptrace SIGTRAP and SYS_SECCOMP. .\" -.TH sigaction 2 2023-10-31 "Linux man-pages 6.06" +.TH sigaction 2 2024-02-25 "Linux man-pages 6.7" .SH NAME sigaction, rt_sigaction \- examine and change a signal action .SH LIBRARY @@ -1020,14 +1020,21 @@ or similar. POSIX.1-1990 specified only .BR SA_NOCLDSTOP . POSIX.1-2001 added -.BR SA_NOCLDSTOP , .BR SA_NOCLDWAIT , .BR SA_NODEFER , .BR SA_ONSTACK , .BR SA_RESETHAND , .BR SA_RESTART , and -.BR SA_SIGINFO . +.B SA_SIGINFO +as XSI extensions. +POSIX.1-2008 moved +.BR SA_NODEFER , +.BR SA_RESETHAND , +.BR SA_RESTART , +and +.B SA_SIGINFO +to the base specifications. Use of these latter values in .I sa_flags may be less portable in applications intended for older |