diff options
Diffstat (limited to 'man7/signal.7')
| -rw-r--r-- | man7/signal.7 | 12 |
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: |
