mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 17:01:03 +00:00
(O_NOFOLLOW): Use same value defined in /usr/include/asm-mips/fcntl.h.
This commit is contained in:
parent
bddc20b59a
commit
ec5d5a4d92
@ -45,7 +45,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef __USE_GNU
|
||||
# define O_NOFOLLOW 0x4000 /* Do not follow links. */
|
||||
# define O_NOFOLLOW 0x20000 /* Do not follow links. */
|
||||
# define O_DIRECT 0x8000 /* Direct disk access hint. */
|
||||
# define O_DIRECTORY 0x10000 /* Must be a directory. */
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user