mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Define O_PATH for MIPS.
This commit is contained in:
parent
adb252daea
commit
cea4484792
@ -1,3 +1,7 @@
|
||||
2011-04-01 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
|
||||
|
||||
2011-04-01 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
|
||||
|
@ -54,6 +54,7 @@
|
||||
#ifdef __USE_GNU
|
||||
# define O_DIRECT 0x8000 /* Direct disk access hint. */
|
||||
# define O_NOATIME 0x40000 /* Do not set atime. */
|
||||
# define O_PATH 010000000 /* Resolve pathname but do not open file. */
|
||||
#endif
|
||||
|
||||
/* For now Linux has no synchronisity options for data and read operations.
|
||||
|
Loading…
Reference in New Issue
Block a user