alpha: Define O_PATH.

This commit is contained in:
Matt Turner 2012-04-26 22:07:51 -04:00 committed by Richard Henderson
parent d473fb8905
commit b44167c02a
2 changed files with 5 additions and 0 deletions

View file

@ -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 ...

View file

@ -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