diff options
author | Andreas Jaeger <aj@suse.de> | 2012-10-24 14:34:16 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-10-24 14:34:16 +0200 |
commit | a8f443b285543223315d4ac3f7c72beb16db7166 (patch) | |
tree | 0b281e6869c5de27095c569cdb54884605faedf8 | |
parent | 2d45f477f1864c1d2515d05290c8aee289ca410a (diff) | |
download | glibc-aj/shared-linux-fcntl.tar.gz glibc-aj/shared-linux-fcntl.tar.xz glibc-aj/shared-linux-fcntl.zip |
Remove more values defined in <bits/fcntl-linux.h> aj/shared-linux-fcntl
-rw-r--r-- | ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h b/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h index bf917a87ab..d22501c4d0 100644 --- a/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h +++ b/ports/sysdeps/unix/sysv/linux/mips/bits/fcntl.h @@ -31,12 +31,8 @@ #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. */ |