diff options
author | Andreas Schwab <schwab@suse.de> | 2013-09-11 11:15:45 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2013-09-11 11:52:46 +0200 |
commit | ffdd31816a67f48697ea4d6b852e58d2886d42ca (patch) | |
tree | ebc137d8c0ac0522567ad75b7cf7cec0ec7abed7 /sysdeps/unix/sysv/linux/sparc/bits | |
parent | b73ed247781d533628b681f57257dc85882645d3 (diff) | |
download | glibc-ffdd31816a67f48697ea4d6b852e58d2886d42ca.tar glibc-ffdd31816a67f48697ea4d6b852e58d2886d42ca.tar.gz glibc-ffdd31816a67f48697ea4d6b852e58d2886d42ca.tar.bz2 glibc-ffdd31816a67f48697ea4d6b852e58d2886d42ca.zip |
Add O_TMPFILE to <fcntl.h>
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/bits')
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/bits/fcntl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h index 01084bb717..f384bc7fd4 100644 --- a/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h +++ b/sysdeps/unix/sysv/linux/sparc/bits/fcntl.h @@ -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 |