summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatthew Dempsky <matthew@cvs.openbsd.org>2014-07-18 19:19:21 +0000
committerMatthew Dempsky <matthew@cvs.openbsd.org>2014-07-18 19:19:21 +0000
commita3ac5adf81f870f361acc0ea01915af937a2b69d (patch)
tree0c49186ccc64fccbe1dfea32a7d9afc4f94851d0 /lib
parent890f9c8b696f2590ad0b7858d65baa36a13ad17b (diff)
Document that getentropy() is async signal safe.
Pointed out by Jean-Philippe Ouellet
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/sigaction.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index 294f86ebf00..ac736b19490 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sigaction.2,v 1.55 2014/05/23 15:37:23 millert Exp $
+.\" $OpenBSD: sigaction.2,v 1.56 2014/07/18 19:19:20 matthew Exp $
.\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)sigaction.2 8.2 (Berkeley) 4/3/94
.\"
-.Dd $Mdocdate: May 23 2014 $
+.Dd $Mdocdate: July 18 2014 $
.Dt SIGACTION 2
.Os
.Sh NAME
@@ -510,6 +510,7 @@ Base Interfaces:
.Fn futimens ,
.Fn futimes ,
.Fn getegid ,
+.Fn getentropy ,
.Fn geteuid ,
.Fn getgid ,
.Fn getgroups ,