aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-09-11 12:58:55 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-09-11 12:58:55 +0200
commitadce1084de8367f79017db0f87f705d06e68637c (patch)
tree088c15cfe1835cfbe0e4318df0d66feee96a2b3f /man7
parent3a09fae856caeceb4b99dcef96ae4008ce6a8d2b (diff)
downloadman-pages-adce1084de8367f79017db0f87f705d06e68637c.tar.gz
signal.7: Note async-signal-safe functions added by POSIX.1-2008 TC1
Reported-by: Michael Hocko <mhocko@kernel.org> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/signal.712
1 files changed, 12 insertions, 0 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index 4710945a2a..a5c7a8ffda 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -630,6 +630,18 @@ utimensat()
utimes()
.fi
.in
+.PP
+POSIX.1-2008 Technical Corrigendum 1 (2013)
+adds the following functions:
+.PP
+.in +4n
+.nf
+fchdir()
+pthread_kill()
+pthread_self()
+pthread_sigmask()
+.fi
+.in
.SS Interruption of system calls and library functions by signal handlers
If a signal handler is invoked while a system call or library
function call is blocked, then either: