alpha: Define O_PATH.
authorMatt Turner <mattst88@gmail.com>
Fri, 27 Apr 2012 02:07:51 +0000 (22:07 -0400)
committerRichard Henderson <rth@twiddle.net>
Fri, 27 Apr 2012 14:33:47 +0000 (07:33 -0700)
ChangeLog.alpha
sysdeps/unix/sysv/linux/alpha/bits/fcntl.h

index c25d3f1..086faba 100644 (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 ...
index d6b7b4d..4c55071 100644 (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