Don't define O_NORW.
This commit is contained in:
parent
de806c59bb
commit
465b53087d
@ -27,7 +27,6 @@
|
|||||||
#ifdef __USE_GNU
|
#ifdef __USE_GNU
|
||||||
#define O_READ O_RDONLY /* Open for reading. */
|
#define O_READ O_RDONLY /* Open for reading. */
|
||||||
#define O_WRITE O_WRONLY /* Open for writing. */
|
#define O_WRITE O_WRONLY /* Open for writing. */
|
||||||
#define O_NORW 0 /* Open without R/W access. */
|
|
||||||
#endif
|
#endif
|
||||||
/* open/fcntl - O_SYNC is only implemented on blocks devices and on files
|
/* open/fcntl - O_SYNC is only implemented on blocks devices and on files
|
||||||
located on an ext2 file system */
|
located on an ext2 file system */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user