Add pthread_sigmask() and raise() to the list of async signal safe
authormatthew <matthew@openbsd.org>
Mon, 21 Jul 2014 23:05:12 +0000 (23:05 +0000)
committermatthew <matthew@openbsd.org>
Mon, 21 Jul 2014 23:05:12 +0000 (23:05 +0000)
commitd0aced8b7e1ee9f1314eb9fdcab76f8aad6348e5
tree5742e362fe20343d51a67bcfe72e6c9229d80fb0
parent81060b1ad61b032c0e6677a0c8fbd8651484f11c
Add pthread_sigmask() and raise() to the list of async signal safe
functions, per POSIX Issue 7

ok deraadt
lib/libc/gen/signal.3
lib/libc/sys/sigaction.2