]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define O_PATH for ARM.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 1 Apr 2011 16:29:57 +0000 (16:29 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 1 Apr 2011 16:29:57 +0000 (16:29 +0000)
ChangeLog.arm
sysdeps/unix/sysv/linux/arm/bits/fcntl.h

index a55e6a03fe22e22f890a33d1477461ade07605b5..60f2c0b64516cea7a483e3971575b7f35c660c7a 100644 (file)
@@ -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
index 6a5f89ad1f8bdf8a825fc1e55a84679a86349a6c..aa2d36ca80f0ca4c5793b28b3852ce60b5fe57ef 100644 (file)
@@ -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.