diff options
author | Laurent Vivier <laurent@vivier.eu> | 2018-04-02 12:24:53 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2018-04-03 11:50:24 +0200 |
commit | 3ea7f4a226cd3a4d107772569976dbb13400a632 (patch) | |
tree | 97bcc4a18834f92ffcf5b694d19ed5a38824c81e /linux-user/syscall_defs.h | |
parent | 5de154e82f4e507084f6c12b4ee300221ce078ce (diff) |
linux-user: fix TARGET___O_TMPFILE for sparc
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20180402102453.9883-3-laurent@vivier.eu>
Diffstat (limited to 'linux-user/syscall_defs.h')
-rw-r--r-- | linux-user/syscall_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/syscall_defs.h b/linux-user/syscall_defs.h index 7473be518b..23f5bccf0e 100644 --- a/linux-user/syscall_defs.h +++ b/linux-user/syscall_defs.h @@ -2565,6 +2565,7 @@ struct target_statfs64 { #define TARGET_O_CLOEXEC 0x400000 #define TARGET___O_SYNC 0x800000 #define TARGET_O_PATH 0x1000000 +#define TARGET___O_TMPFILE 0x2000000 #endif /* <asm-generic/fcntl.h> values follow. */ |