proto rfork()
authorderaadt <deraadt@openbsd.org>
Fri, 12 Jan 1996 14:45:42 +0000 (14:45 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 12 Jan 1996 14:45:42 +0000 (14:45 +0000)
include/unistd.h

index 0291711..3ffcec0 100644 (file)
@@ -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));