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