diff options
Diffstat (limited to 'linux-user/alpha/target_fcntl.h')
-rw-r--r-- | linux-user/alpha/target_fcntl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/alpha/target_fcntl.h b/linux-user/alpha/target_fcntl.h index e16ed1d415..99774d7317 100644 --- a/linux-user/alpha/target_fcntl.h +++ b/linux-user/alpha/target_fcntl.h @@ -23,6 +23,7 @@ #define TARGET_O_CLOEXEC 010000000 #define TARGET___O_SYNC 020000000 #define TARGET_O_PATH 040000000 +#define TARGET___O_TMPFILE 0100000000 #define TARGET_F_GETLK 7 #define TARGET_F_SETLK 8 |