From 5de7706e2c713e7fe2cf6ea039b042f1e7c53fa0 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Tue, 29 May 2018 21:41:53 +0200 Subject: 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 Message-Id: <20180529194207.31503-2-laurent@vivier.eu> --- linux-user/mips64/target_fcntl.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 linux-user/mips64/target_fcntl.h (limited to 'linux-user/mips64') 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" -- cgit v1.2.3-55-g7522