projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5de154e
)
linux-user: fix TARGET___O_TMPFILE for sparc
author
Laurent Vivier
<laurent@vivier.eu>
Mon, 2 Apr 2018 10:24:53 +0000
(12:24 +0200)
committer
Laurent Vivier
<laurent@vivier.eu>
Tue, 3 Apr 2018 09:50:24 +0000
(11:50 +0200)
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <
20180402102453
.9883-3-laurent@vivier.eu>
linux-user/syscall_defs.h
patch
|
blob
|
history
diff --git
a/linux-user/syscall_defs.h
b/linux-user/syscall_defs.h
index 7473be518b6b1ea1d9e8376b4b7f12335a5e9bce..23f5bccf0e83176ce6dc3af05d0f1729a42f62e7 100644
(file)
--- 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. */