From 34cc74ea412751d81eef8ff13ae0e8b99bfd8a91 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 23 Feb 1996 19:45:46 +0000 Subject: [PATCH] Add prototype for rfork(). --- include/unistd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/unistd.h b/include/unistd.h index 050a9cfe2301..94df71e4b1d6 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));