linux-user: move generic fcntl definitions to generic/fcntl.h
commit5de7706e2c713e7fe2cf6ea039b042f1e7c53fa0
authorLaurent Vivier <laurent@vivier.eu>
Tue, 29 May 2018 19:41:53 +0000 (29 21:41 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Sun, 3 Jun 2018 23:30:43 +0000 (4 01:30 +0200)
tree6590f32c1844e2675b7f43a9522edf9bf3309216
parentb8e13ba94e39aae79be5724b2a382091e4c91c83
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>
23 files changed:
linux-user/aarch64/target_fcntl.h [new file with mode: 0644]
linux-user/alpha/target_fcntl.h [new file with mode: 0644]
linux-user/arm/target_fcntl.h [new file with mode: 0644]
linux-user/cris/target_fcntl.h [new file with mode: 0644]
linux-user/generic/fcntl.h [new file with mode: 0644]
linux-user/hppa/target_fcntl.h [new file with mode: 0644]
linux-user/i386/target_fcntl.h [new file with mode: 0644]
linux-user/m68k/target_fcntl.h [new file with mode: 0644]
linux-user/microblaze/target_fcntl.h [new file with mode: 0644]
linux-user/mips/target_fcntl.h [new file with mode: 0644]
linux-user/mips64/target_fcntl.h [new file with mode: 0644]
linux-user/nios2/target_fcntl.h [new file with mode: 0644]
linux-user/openrisc/target_fcntl.h [new file with mode: 0644]
linux-user/ppc/target_fcntl.h [new file with mode: 0644]
linux-user/riscv/target_fcntl.h [new file with mode: 0644]
linux-user/s390x/target_fcntl.h [new file with mode: 0644]
linux-user/sh4/target_fcntl.h [new file with mode: 0644]
linux-user/sparc/target_fcntl.h [new file with mode: 0644]
linux-user/sparc64/target_fcntl.h [new file with mode: 0644]
linux-user/syscall_defs.h
linux-user/tilegx/target_fcntl.h [new file with mode: 0644]
linux-user/x86_64/target_fcntl.h [new file with mode: 0644]
linux-user/xtensa/target_fcntl.h [new file with mode: 0644]