25845f
diff -rup a/sysdeps/unix/sysv/linux/bits/fcntl-linux.h b/sysdeps/unix/sysv/linux/bits/fcntl-linux.h
25845f
--- a/sysdeps/unix/sysv/linux/bits/fcntl-linux.h	2018-04-13 17:49:11.000000000 -0400
25845f
+++ b/sysdeps/unix/sysv/linux/bits/fcntl-linux.h	2018-04-13 17:58:48.234289426 -0400
25845f
@@ -131,6 +131,7 @@
25845f
 # define O_DIRECT	__O_DIRECT	/* Direct disk access.	*/
25845f
 # define O_NOATIME	__O_NOATIME	/* Do not set atime.  */
25845f
 # define O_PATH		__O_PATH	/* Resolve pathname but do not open file.  */
25845f
+# define O_TMPFILE	__O_TMPFILE	/* Atomically create nameless file.  */
25845f
 #endif
25845f
 
25845f
 /* For now, Linux has no separate synchronicitiy options for read
25845f
Only in b/sysdeps/unix/sysv/linux/bits: fcntl-linux.h~