mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Remove more values defined in <bits/fcntl-linux.h>
This commit is contained in:
parent
2d45f477f1
commit
a8f443b285
@ -31,11 +31,7 @@
|
||||
#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. */
|
||||
|
||||
#if _MIPS_SIM == _ABI64
|
||||
|
Loading…
Reference in New Issue
Block a user