]> sourceware.org Git - glibc.git/commitdiff
Define O_PATH for MIPS.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 1 Apr 2011 16:30:22 +0000 (16:30 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 1 Apr 2011 16:30:22 +0000 (16:30 +0000)
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/bits/fcntl.h

index b88dbca9bacebdfd4466e2d47e80d45746141bdb..fd9d9929d3498f9cccb15a162481283823788338 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-01  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_PATH): Define.
+
 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Define struct
index e2855671e993309fdfcc6c0819a85e6964e594b2..2edc7a28225e8d66b61ea879266c45ee8c53f4a4 100644 (file)
@@ -54,6 +54,7 @@
 #ifdef __USE_GNU
 # define O_DIRECT      0x8000  /* Direct disk access hint.  */
 # define O_NOATIME     0x40000 /* Do not set atime.  */
+# define O_PATH              010000000 /* Resolve pathname but do not open file.  */
 #endif
 
 /* For now Linux has no synchronisity options for data and read operations.
This page took 0.050649 seconds and 5 git commands to generate.