summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2014-07-18 19:24:43 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2014-07-18 19:24:43 +0000
commite8f64b843fba8e280aff6b9dfb46dc520604fe64 (patch)
tree5ed9612eab5237951498aeec455c520c1bf5035f /lib
parenta3ac5adf81f870f361acc0ea01915af937a2b69d (diff)
Oops, getentropy() is an "extension interface", not a "base interface"
Also, update the async signal safe list in signal(3) too (reminded by deraadt)
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/signal.35
-rw-r--r--lib/libc/sys/sigaction.24
2 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index e46f3607de3..dcdd2e14fab 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -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 ,
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index ac736b19490..55123939e99 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -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 ,