Open daurnimator opened 6 years ago
Missing O_TMPFILE (passed to open on at least linux)
O_TMPFILE
open
O_TMPFILE is actually two flags: __O_TMPFILE+O_DIRECTORY. I think both O_TMPFILE and __O_TMPFILE should be added.
__O_TMPFILE+O_DIRECTORY
__O_TMPFILE
Ah yes I think that was newish, should add it.
Missing
O_TMPFILE
(passed toopen
on at least linux)O_TMPFILE
is actually two flags:__O_TMPFILE+O_DIRECTORY
. I think bothO_TMPFILE
and__O_TMPFILE
should be added.