Don't define O_NORW.

This commit is contained in:
Ulrich Drepper 1997-03-18 04:17:55 +00:00
parent de806c59bb
commit 465b53087d

View File

@ -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 */