@@ -18,7 +18,7 @@ Version 2.21
17657, 17658, 17664, 17665, 17668, 17682, 17702, 17717, 17719, 17722,
17723, 17724, 17725, 17732, 17733, 17744, 17745, 17746, 17747, 17748,
17775, 17777, 17780, 17781, 17782, 17791, 17793, 17796, 17797, 17803,
- 17806, 17834, 17844, 17848, 17868, 17869, 17870, 17885, 17892.
+ 17806, 17834, 17844, 17848, 17868, 17869, 17870, 17885, 17892, 17912.
* A new semaphore algorithm has been implemented in generic C code for all
machines. Previous custom assembly implementations of semaphore were
@@ -25,6 +25,7 @@
#define __O_DIRECTORY 040000 /* Must be a directory. */
#define __O_NOFOLLOW 0100000 /* Do not follow links. */
#define __O_DIRECT 0400000 /* Direct disk access. */
+#define __O_TMPFILE 020040000 /* Atomically create nameless file. */
#if __WORDSIZE == 64
/* Not necessary, files are always with 64bit off_t. */