diff options
author | Laurent Vivier <laurent@vivier.eu> | 2018-05-29 21:41:53 +0200 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2018-06-04 01:30:43 +0200 |
commit | 5de7706e2c713e7fe2cf6ea039b042f1e7c53fa0 (patch) | |
tree | 6590f32c1844e2675b7f43a9522edf9bf3309216 /linux-user/sparc64 | |
parent | b8e13ba94e39aae79be5724b2a382091e4c91c83 (diff) |
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/sparc64')
-rw-r--r-- | linux-user/sparc64/target_fcntl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/sparc64/target_fcntl.h b/linux-user/sparc64/target_fcntl.h new file mode 100644 index 0000000000..053c774257 --- /dev/null +++ b/linux-user/sparc64/target_fcntl.h @@ -0,0 +1 @@ +#include "../sparc/target_fcntl.h" |