about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/bits
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2013-09-11 11:15:45 +0200
committerAndreas Schwab <schwab@suse.de>2013-09-11 11:52:46 +0200
commitffdd31816a67f48697ea4d6b852e58d2886d42ca (patch)
treeebc137d8c0ac0522567ad75b7cf7cec0ec7abed7 /sysdeps/unix/sysv/linux/bits
parentb73ed247781d533628b681f57257dc85882645d3 (diff)
downloadglibc-ffdd31816a67f48697ea4d6b852e58d2886d42ca.tar.gz
glibc-ffdd31816a67f48697ea4d6b852e58d2886d42ca.tar.xz
glibc-ffdd31816a67f48697ea4d6b852e58d2886d42ca.zip
Add O_TMPFILE to <fcntl.h>
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits')
-rw-r--r--sysdeps/unix/sysv/linux/bits/fcntl-linux.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/fcntl-linux.h b/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
index b5929bd292..9b0421ee0c 100644
--- a/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
+++ b/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
@@ -96,6 +96,9 @@
 #ifndef __O_DSYNC
 # define __O_DSYNC	 010000
 #endif
+#ifndef __O_TMPFILE
+# define __O_TMPFILE   020200000
+#endif
 
 #ifndef F_GETLK
 # ifndef __USE_FILE_OFFSET64
@@ -128,6 +131,7 @@
 # define O_DIRECT	__O_DIRECT	/* Direct disk access.	*/
 # define O_NOATIME	__O_NOATIME	/* Do not set atime.  */
 # define O_PATH		__O_PATH	/* Resolve pathname but do not open file.  */
+# define O_TMPFILE	__O_TMPFILE	/* Atomically create nameless file.  */
 #endif
 
 /* For now, Linux has no separate synchronicitiy options for read