[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2013-06-07 01:20:27 -04:00
parent f9652e10c1
commit 60545d0d46
12 changed files with 164 additions and 5 deletions

View File

@@ -84,6 +84,10 @@
#define O_PATH 010000000
#endif
#ifndef O_TMPFILE
#define O_TMPFILE 020000000
#endif
#ifndef O_NDELAY
#define O_NDELAY O_NONBLOCK
#endif