diff options
author | 2014-07-18 19:19:20 +0000 | |
---|---|---|
committer | 2014-07-18 19:19:20 +0000 | |
commit | 588f26a628dd54e880b5750d0efc88171aa1eccd (patch) | |
tree | 2f4a61f009e200e74cb2428ec80b8fbe48f55a57 | |
parent | Do not use the HTTP_HOST CGI variable, (diff) | |
download | wireguard-openbsd-588f26a628dd54e880b5750d0efc88171aa1eccd.tar.xz wireguard-openbsd-588f26a628dd54e880b5750d0efc88171aa1eccd.zip |
Document that getentropy() is async signal safe.
Pointed out by Jean-Philippe Ouellet
-rw-r--r-- | lib/libc/sys/sigaction.2 | 5 |
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 , |