From: Laurent Vivier Date: Mon, 2 Apr 2018 10:24:53 +0000 (+0200) Subject: linux-user: fix TARGET___O_TMPFILE for sparc X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3ea7f4a226cd3a4d107772569976dbb13400a632;p=people%2Fpauldu%2Fqemu.git linux-user: fix TARGET___O_TMPFILE for sparc Signed-off-by: Laurent Vivier Message-Id: <20180402102453.9883-3-laurent@vivier.eu> --- 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 /* values follow. */