Searched defs:__O_TMPFILE (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dmissing.h623 /* The precise definition of __O_TMPFILE is arch specific, so let's
626 #ifndef __O_TMPFILE
627 #define __O_TMPFILE 020000000 macro
632 #define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)

Completed in 250 milliseconds