asdf
This commit is contained in:
parent
175b8a534a
commit
070905e215
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue