diff options
-rw-r--r-- | lib/libstand/stand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h index b679b81..b9e31ad 100644 --- a/lib/libstand/stand.h +++ b/lib/libstand/stand.h @@ -256,7 +256,7 @@ extern int fgetstr(char *buf, int size, int fd); extern int open(const char *, int); #define O_RDONLY 0x0 -#define O_WRONLY 0x1 /* writing not (yet?) supported */ +#define O_WRONLY 0x1 #define O_RDWR 0x2 extern int close(int); extern void closeall(void); |