olga / rpms / glibc

Forked from rpms/glibc 5 years ago
Clone

Blame SOURCES/glibc-rh1471405.patch

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