Small changes.
This commit is contained in:
parent
1a84af59e0
commit
924eb6424c
1 changed files with 2 additions and 2 deletions
|
|
@ -661,7 +661,7 @@ struct IOchunk
|
|||
extern void _exits(char*);
|
||||
|
||||
extern void abort(void);
|
||||
extern int p9access(char*, int);
|
||||
/* extern int access(char*, int); */
|
||||
extern long p9alarm(ulong);
|
||||
extern int await(char*, int);
|
||||
extern int awaitnohang(char*, int);
|
||||
|
|
@ -731,7 +731,7 @@ extern ulong rendezvous(ulong, ulong);
|
|||
#define wait p9wait
|
||||
#define waitpid p9waitpid
|
||||
#define rfork p9rfork
|
||||
#define access p9access
|
||||
/* #define access p9access */
|
||||
#define create p9create
|
||||
#define open p9open
|
||||
#define pipe p9pipe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue