Add prototype for rfork().

This commit is contained in:
Peter Wemm 1996-02-23 19:45:46 +00:00
parent dedb7b623c
commit 34cc74ea41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14223

View File

@ -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));