1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Add O_TMPFILE to <fcntl.h>

This commit is contained in:
Andreas Schwab
2013-09-11 11:15:45 +02:00
parent b73ed24778
commit ffdd31816a
7 changed files with 24 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#define __O_DIRECT 0x100000 /* direct disk access hint */
#define __O_NOATIME 0x200000 /* Do not set atime. */
#define __O_PATH 0x1000000 /* Resolve pathname but do not open file. */
#define __O_TMPFILE 0x2010000 /* Atomically create nameless file. */
#if __WORDSIZE == 64
# define __O_LARGEFILE 0