tSmall changes. - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 924eb6424c3517f744451a29d653bbc2e240d4b4
(DIR) parent 1a84af59e08c39200775a68b6af7175a6bcd044e
(HTM) Author: rsc <devnull@localhost>
Date: Thu, 25 Mar 2004 23:30:46 +0000
Small changes.
Diffstat:
M include/libc.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/include/libc.h b/include/libc.h
t@@ -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);
t@@ -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