From a11313c10252b5b1935d59e264ef11308ba9726d Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 23 Feb 1996 19:45:46 +0000 Subject: Add prototype for rfork(). --- include/unistd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index 050a9cf..94df71e 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -142,6 +142,7 @@ int re_exec __P((const char *)); int readlink __P((const char *, char *, int)); int reboot __P((int)); int revoke __P((const char *)); +pid_t rfork __P((int)); int rresvport __P((int *)); int ruserok __P((const char *, int, const char *, const char *)); char *sbrk __P((int)); -- cgit v1.1