summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2017-05-30 16:46:04 +0000
committerderaadt <deraadt@openbsd.org>2017-05-30 16:46:04 +0000
commit1a5b27a455da859235a17f3dc170b7bf51a5678c (patch)
treee16d5a71038d4ae1cd3aab13a49347cca21f716b /lib/libc/sys
parentfix formatting of intermediate punctuation in .Lk (diff)
downloadwireguard-openbsd-1a5b27a455da859235a17f3dc170b7bf51a5678c.tar.xz
wireguard-openbsd-1a5b27a455da859235a17f3dc170b7bf51a5678c.zip
getrlimit is now allowed by "stdio"
Diffstat (limited to 'lib/libc/sys')
-rw-r--r--lib/libc/sys/pledge.25
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2
index 7b965f88bd4..6527891168e 100644
--- a/lib/libc/sys/pledge.2
+++ b/lib/libc/sys/pledge.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pledge.2,v 1.41 2017/03/28 16:07:07 bluhm Exp $
+.\" $OpenBSD: pledge.2,v 1.42 2017/05/30 16:46:04 deraadt Exp $
.\"
.\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 28 2017 $
+.Dd $Mdocdate: May 30 2017 $
.Dt PLEDGE 2
.Os
.Sh NAME
@@ -175,6 +175,7 @@ previously allocated file descriptors:
.Xr getresgid 2 ,
.Xr getresuid 2 ,
.Xr getrlimit 2 ,
+.Xr getrtable 2 ,
.Xr getsid 2 ,
.Xr getthrid 2 ,
.Xr gettimeofday 2 ,