artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3104bb
)
PROTO_NORMAL for pledge(); ok guenther
author
deraadt
<deraadt@openbsd.org>
Sat, 17 Oct 2015 20:22:08 +0000
(20:22 +0000)
committer
deraadt
<deraadt@openbsd.org>
Sat, 17 Oct 2015 20:22:08 +0000
(20:22 +0000)
lib/libc/hidden/unistd.h
patch
|
blob
|
history
diff --git
a/lib/libc/hidden/unistd.h
b/lib/libc/hidden/unistd.h
index
c4cc9a1
..
beef039
100644
(file)
--- 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);*/