alpha: Define O_PATH.
This commit is contained in:
parent
d473fb8905
commit
b44167c02a
@ -1,3 +1,7 @@
|
||||
2012-04-26 Matt Turner <mattst88@gmail.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_PATH): Define.
|
||||
|
||||
2012-03-27 Richard Henderson <rth@twiddle.net>
|
||||
|
||||
* sysdeps/alpha/elf/configure.in: Move to ...
|
||||
|
@ -52,6 +52,7 @@
|
||||
#ifdef __USE_GNU
|
||||
# define O_DIRECT 02000000 /* Direct disk access. */
|
||||
# define O_NOATIME 04000000 /* Do not set atime. */
|
||||
# define O_PATH 040000000 /* Resolve pathname but do not open file. */
|
||||
#endif
|
||||
|
||||
#ifdef __USE_LARGEFILE64
|
||||
|
Loading…
Reference in New Issue
Block a user