summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-12 14:45:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-01-12 14:45:43 +0000
commit7d1dbee8e40acdc6772a2bc6c608dd3f8f592813 (patch)
tree4736f3319ffa53b7ee913d7e6abaf271ac836986 /include
parent90d6d97424fd2f1594deffaa3377659776fdda9e (diff)
proto rfork()
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 029171187f9..3ffcec0f9d3 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -143,6 +143,7 @@ int re_exec __P((const char *));
int readlink __P((const char *, char *, int));
int reboot __P((int));
int revoke __P((const char *));
+int rfork __P((int opts));
int rresvport __P((int *));
int ruserok __P((const char *, int, const char *, const char *));
char *sbrk __P((int));