diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-17 20:22:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-10-17 20:22:09 +0000 |
commit | cf1e0cbad8992fa5e043ec2a4c788d53205dcbb7 (patch) | |
tree | 130fa90ea30beecb1e4ba4439416cf0277b679b2 /lib/libc/hidden | |
parent | 161e57429d09c2cb6d21d1d73b3cc2940ac61f57 (diff) |
PROTO_NORMAL for pledge(); ok guenther
Diffstat (limited to 'lib/libc/hidden')
-rw-r--r-- | lib/libc/hidden/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/hidden/unistd.h b/lib/libc/hidden/unistd.h index c4cc9a1def4..beef03906c7 100644 --- a/lib/libc/hidden/unistd.h +++ b/lib/libc/hidden/unistd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: unistd.h,v 1.4 2015/09/13 08:31:47 guenther Exp $ */ +/* $OpenBSD: unistd.h,v 1.5 2015/10/17 20:22:08 deraadt Exp $ */ /* * Copyright (c) 2015 Philip Guenther <guenther@openbsd.org> * @@ -105,6 +105,7 @@ PROTO_NORMAL(pathconf); /*PROTO_CANCEL(pause);*/ PROTO_NORMAL(pipe); PROTO_NORMAL(pipe2); +PROTO_NORMAL(pledge); /*PROTO_CANCEL(pread);*/ PROTO_NORMAL(profil); /*PROTO_CANCEL(pwrite);*/ |