Blame SOURCES/strace-rh1377847.patch

668e95
diff -rup a/open.c b/open.c
668e95
--- a/open.c	2017-05-22 13:33:51.000000000 -0400
668e95
+++ b/open.c	2017-06-16 21:39:19.443745779 -0400
668e95
@@ -41,6 +41,10 @@
668e95
 #undef O_ACCMODE
668e95
 #define O_ACCMODE 03
668e95
 
668e95
+#ifndef O_TMPFILE
668e95
+#define O_TMPFILE 020000000
668e95
+#endif
668e95
+
668e95
 #ifdef O_LARGEFILE
668e95
 # if O_LARGEFILE == 0          /* biarch platforms in 64-bit mode */
668e95
 #  undef O_LARGEFILE