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