Commit dc62a930 authored by Pavel Tikhomirov's avatar Pavel Tikhomirov Committed by Andrei Vagin
parent 93b34b6c
...@@ -38,4 +38,12 @@ struct f_owner_ex { ...@@ -38,4 +38,12 @@ struct f_owner_ex {
# define O_PATH 010000000 # define O_PATH 010000000
#endif #endif
#ifndef __O_TMPFILE
#define __O_TMPFILE 020000000
#endif
#ifndef O_TMPFILE
#define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
#endif
#endif /* __CR_ASM_GENERIC_FCNTL_H__ */ #endif /* __CR_ASM_GENERIC_FCNTL_H__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment