[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now...
[pandora-kernel.git] / include / uapi / asm-generic / fcntl.h
index a48937d..06632be 100644 (file)
 #define O_PATH         010000000
 #endif
 
+#ifndef O_TMPFILE
+#define O_TMPFILE      020000000
+#endif
+
 #ifndef O_NDELAY
 #define O_NDELAY       O_NONBLOCK
 #endif