Browse Source

proto rfork()

OPENBSD_2_0
deraadt 28 years ago
parent
commit
ed2b04d66b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/include/unistd.h

+ 1
- 0
src/include/unistd.h View 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));


Loading…
Cancel
Save