diff options
author | 2014-07-21 23:05:12 +0000 | |
---|---|---|
committer | 2014-07-21 23:05:12 +0000 | |
commit | d0aced8b7e1ee9f1314eb9fdcab76f8aad6348e5 (patch) | |
tree | 5742e362fe20343d51a67bcfe72e6c9229d80fb0 /lib/libc/gen/signal.3 | |
parent | fix a minibug reported by kristaps@: (diff) | |
download | wireguard-openbsd-d0aced8b7e1ee9f1314eb9fdcab76f8aad6348e5.tar.xz wireguard-openbsd-d0aced8b7e1ee9f1314eb9fdcab76f8aad6348e5.zip |
Add pthread_sigmask() and raise() to the list of async signal safe
functions, per POSIX Issue 7
ok deraadt
Diffstat (limited to 'lib/libc/gen/signal.3')
-rw-r--r-- | lib/libc/gen/signal.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index 7cfc141dab4..c5abe822b26 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.47 2014/07/21 17:40:06 matthew Exp $ +.\" $OpenBSD: signal.3,v 1.48 2014/07/21 23:05:12 matthew Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -309,6 +309,8 @@ Base Interfaces: .Fn pipe , .Fn poll , .Fn pselect , +.Fn pthread_sigmask , +.Fn raise , .Fn read , .Fn readlink , .Fn readlinkat , |