Don't define O_NORW.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Mar 1997 04:17:55 +0000 (04:17 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Mar 1997 04:17:55 +0000 (04:17 +0000)
sysdeps/unix/sysv/linux/alpha/fcntlbits.h

index faf1983..6e1c843 100644 (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 */