diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-02-23 19:45:46 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-02-23 19:45:46 +0000 |
| commit | 34cc74ea412751d81eef8ff13ae0e8b99bfd8a91 (patch) | |
| tree | 07988416ea75d8721d586930a9bc6d674a1b0165 /include | |
| parent | dedb7b623c1b7ec0048771928119c43e6e051643 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
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)); |
