diff options
author | rsc <devnull@localhost> | 2004-03-25 23:30:46 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-25 23:30:46 +0000 |
commit | 924eb6424c3517f744451a29d653bbc2e240d4b4 (patch) | |
tree | c7954ef20d8ee0087bf779903b4b591382a69d65 /include | |
parent | 1a84af59e08c39200775a68b6af7175a6bcd044e (diff) | |
download | plan9port-924eb6424c3517f744451a29d653bbc2e240d4b4.tar.gz plan9port-924eb6424c3517f744451a29d653bbc2e240d4b4.tar.bz2 plan9port-924eb6424c3517f744451a29d653bbc2e240d4b4.zip |
Small changes.
Diffstat (limited to 'include')
-rw-r--r-- | include/libc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libc.h b/include/libc.h index 64bb0867..49e6ccb0 100644 --- a/include/libc.h +++ b/include/libc.h @@ -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 |