diff options
author | rsc <devnull@localhost> | 2004-04-21 04:48:39 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-21 04:48:39 +0000 |
commit | 070905e215324bf0f10f0c88ab9110d2e7840197 (patch) | |
tree | 7548b935e6e8e7d15309398affc249e88aa4806f /include | |
parent | 175b8a534ae5729ac10ea793410a40bfa4a30608 (diff) | |
download | plan9port-070905e215324bf0f10f0c88ab9110d2e7840197.tar.gz plan9port-070905e215324bf0f10f0c88ab9110d2e7840197.tar.bz2 plan9port-070905e215324bf0f10f0c88ab9110d2e7840197.zip |
asdf
Diffstat (limited to 'include')
-rw-r--r-- | include/libc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libc.h b/include/libc.h index 4550eda9..7024378d 100644 --- a/include/libc.h +++ b/include/libc.h @@ -677,7 +677,7 @@ extern int p9dup(int, int); extern int errstr(char*, uint); extern int p9exec(char*, char*[]); /* extern int execl(char*, ...); <unistd.h> */ -/* extern int fork(void); <unistd.h> */ +extern int p9fork(void); extern int p9rfork(int); /* not implemented extern int fauth(int, char*); @@ -733,6 +733,7 @@ extern ulong rendezvous(ulong, ulong); #define sleep p9sleep #define wait p9wait #define waitpid p9waitpid +#define fork p9fork #define rfork p9rfork /* #define access p9access */ #define create p9create |