Oops, getentropy() is an "extension interface", not a "base interface"
authormatthew <matthew@openbsd.org>
Fri, 18 Jul 2014 19:24:42 +0000 (19:24 +0000)
committermatthew <matthew@openbsd.org>
Fri, 18 Jul 2014 19:24:42 +0000 (19:24 +0000)
Also, update the async signal safe list in signal(3) too (reminded by
deraadt)

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

index e46f360..dcdd2e1 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: signal.3,v 1.44 2014/05/23 15:37:23 millert Exp $
+.\"    $OpenBSD: signal.3,v 1.45 2014/07/18 19:24:42 matthew Exp $
 .\"
 .\" Copyright (c) 1980, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -27,7 +27,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd $Mdocdate: May 23 2014 $
+.Dd $Mdocdate: July 18 2014 $
 .Dt SIGNAL 3
 .Os
 .Sh NAME
@@ -401,6 +401,7 @@ Extension Interfaces:
 .Pp
 .Fn chflags ,
 .Fn fchflags ,
+.Fn getentropy ,
 .Fn getresgid ,
 .Fn getresuid ,
 .Fn setresgid ,
index ac736b1..5512393 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: sigaction.2,v 1.56 2014/07/18 19:19:20 matthew Exp $
+.\"    $OpenBSD: sigaction.2,v 1.57 2014/07/18 19:24:42 matthew Exp $
 .\"    $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1993
@@ -510,7 +510,6 @@ Base Interfaces:
 .Fn futimens ,
 .Fn futimes ,
 .Fn getegid ,
-.Fn getentropy ,
 .Fn geteuid ,
 .Fn getgid ,
 .Fn getgroups ,
@@ -630,6 +629,7 @@ Extension Interfaces:
 .Pp
 .Fn chflags ,
 .Fn fchflags ,
+.Fn getentropy ,
 .Fn getresgid ,
 .Fn getresuid ,
 .Fn ppoll ,