From: matthew Date: Fri, 18 Jul 2014 19:24:42 +0000 (+0000) Subject: Oops, getentropy() is an "extension interface", not a "base interface" X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1947050fa94a289a4166fb2b56d832f80ca21164;p=openbsd Oops, getentropy() is an "extension interface", not a "base interface" Also, update the async signal safe list in signal(3) too (reminded by deraadt) --- 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 ,