aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2024-02-25 12:45:32 +0100
committerAlejandro Colomar <alx@kernel.org>2024-02-25 12:54:17 +0100
commit62463dd7d0724ee543412b2cd33c3b9666dd7a62 (patch)
tree5384e8375daed58ac9fdf440d406b4c6eb8bc5a4
parent83ad235d1a0a2df51442494771c89e7f8fce5f25 (diff)
downloadman-pages-62463dd7d0724ee543412b2cd33c3b9666dd7a62.tar.gz
sigaction.2: HISTORY: Some constants are or were XSI extensions
Link: <https://lore.kernel.org/linux-man/20240214095707.1824c25c@plasteblaster/T/> Reported-by: Thomas Orgis <thomas@orgis.org> Cc: Eric Blake <eblake@redhat.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man2/sigaction.210
1 files changed, 9 insertions, 1 deletions
diff --git a/man2/sigaction.2 b/man2/sigaction.2
index b64dcaf2b8..daca34a278 100644
--- a/man2/sigaction.2
+++ b/man2/sigaction.2
@@ -1026,7 +1026,15 @@ POSIX.1-2001 added
.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