]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Don't define O_NORW.
authorUlrich Drepper <drepper@redhat.com>
Tue, 18 Mar 1997 04:16:04 +0000 (04:16 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 18 Mar 1997 04:16:04 +0000 (04:16 +0000)
sysdeps/unix/sysv/linux/alpha/fcntlbits.h
sysdeps/unix/sysv/linux/fcntlbits.h

index faf198393f88c39ee6672dbe8a9eef94462710fd..6e1c843ccbdd1d1c0c3fcc5d1687ae558e58d2ed 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 */
index fdc67ce4eb7293178f2e970f5e4c03bf2524ca69..f6ba880459fcc6bf3a690cc7fa15476996209485 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 */