summaryrefslogtreecommitdiffstats
path: root/linux-user/mips64
diff options
context:
space:
mode:
authorLaurent Vivier2018-05-29 21:41:53 +0200
committerLaurent Vivier2018-06-04 01:30:43 +0200
commit5de7706e2c713e7fe2cf6ea039b042f1e7c53fa0 (patch)
tree6590f32c1844e2675b7f43a9522edf9bf3309216 /linux-user/mips64
parentlinux-user: SPARC "rd %tick" can be used by user application (diff)
downloadqemu-5de7706e2c713e7fe2cf6ea039b042f1e7c53fa0.tar.gz
qemu-5de7706e2c713e7fe2cf6ea039b042f1e7c53fa0.tar.xz
qemu-5de7706e2c713e7fe2cf6ea039b042f1e7c53fa0.zip
linux-user: move generic fcntl definitions to generic/fcntl.h
add a per target target_fcntl.h and include the generic one from them No code change. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20180529194207.31503-2-laurent@vivier.eu>
Diffstat (limited to 'linux-user/mips64')
-rw-r--r--linux-user/mips64/target_fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/mips64/target_fcntl.h b/linux-user/mips64/target_fcntl.h
new file mode 100644
index 0000000000..a511bc0e6c
--- /dev/null
+++ b/linux-user/mips64/target_fcntl.h
@@ -0,0 +1 @@
+#include "../mips/target_fcntl.h"