]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove more values defined in <bits/fcntl-linux.h> aj/shared-linux-fcntl
authorAndreas Jaeger <aj@suse.de>
Wed, 24 Oct 2012 12:34:16 +0000 (14:34 +0200)
committerAndreas Jaeger <aj@suse.de>
Wed, 24 Oct 2012 12:34:16 +0000 (14:34 +0200)
ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h

index bf917a87ab84c0683be9df0de3d45bf96c4d88fb..d22501c4d072b9c1917b6267ad94cb43a894ace1 100644 (file)
 #define O_NOCTTY        0x0800 /* not fcntl */
 #define O_ASYNC                 0x1000
 
-#define __O_NOFOLLOW   0x20000 /* Do not follow links.  */
-
-#define __O_DIRECTORY  0x10000 /* Must be a directory.  */
-#define __O_DIRECT     0x8000  /* Direct disk access hint.  */
-#define __O_NOATIME    0x40000 /* Do not set atime.  */
-#define __O_DSYNC      0x0010  /* Synchronize data.  */
+#define __O_DIRECT      0x8000 /* Direct disk access hint.  */
+#define __O_DSYNC       0x0010 /* Synchronize data.  */
 
 #if _MIPS_SIM == _ABI64
 /* Not necessary, files are always with 64bit off_t.  */