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)
functions, per POSIX Issue 7

ok deraadt

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

index 7cfc141..c5abe82 100644 (file)
@@ -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 ,
index 916feb0..5304ce3 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: sigaction.2,v 1.59 2014/07/21 17:40:06 matthew Exp $
+.\"    $OpenBSD: sigaction.2,v 1.60 2014/07/21 23:05:12 matthew Exp $
 .\"    $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
@@ -538,6 +538,8 @@ Base Interfaces:
 .Fn pipe ,
 .Fn poll ,
 .Fn pselect ,
+.Fn pthread_sigmask ,
+.Fn raise ,
 .Fn read ,
 .Fn readlink ,
 .Fn readlinkat ,