about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/s390/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-04-01 11:46:10 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-01 11:46:10 -0400
commit658e451d8baa08c315cb19bfe74becafbbda59f4 (patch)
treea444159039549f403b23a4cc6ba96e87418fa4fb /sysdeps/unix/sysv/linux/s390/bits
parent3167dad07cf528e7464320c160a61eba0df747c8 (diff)
downloadglibc-658e451d8baa08c315cb19bfe74becafbbda59f4.tar.gz
glibc-658e451d8baa08c315cb19bfe74becafbbda59f4.tar.xz
glibc-658e451d8baa08c315cb19bfe74becafbbda59f4.zip
Define O_PATH.
Diffstat (limited to 'sysdeps/unix/sysv/linux/s390/bits')
-rw-r--r--sysdeps/unix/sysv/linux/s390/bits/fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/s390/bits/fcntl.h b/sysdeps/unix/sysv/linux/s390/bits/fcntl.h
index 4226b9c9ac..b5ea6a9a5d 100644
--- a/sysdeps/unix/sysv/linux/s390/bits/fcntl.h
+++ b/sysdeps/unix/sysv/linux/s390/bits/fcntl.h
@@ -54,6 +54,7 @@
 #ifdef __USE_GNU
 # define O_DIRECT	 040000	/* Direct disk access.	*/
 # define O_NOATIME     01000000 /* Do not set atime.  */
+# define O_PATH	      010000000 /* Resolve pathname but do not open file.  */
 #endif
 
 #ifdef __USE_LARGEFILE64