linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.h
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 15 Nov 2021 19:08:23 +0000 (22:08 +0300)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 20 Dec 2021 04:47:33 +0000 (20:47 -0800)
commit0a7e01904d407baa73c1baddbdfc9ccf2ace8356
tree5ba3470a147e447160e7d9403469b020940a2f92
parent95c021dac8358b9dffe4a2c05dea4ccce589ac47
linux-user: Remove HAVE_SAFE_SYSCALL and hostdep.h

All supported hosts now define HAVE_SAFE_SYSCALL, so remove
the ifdefs.  This leaves hostdep.h empty, so remove it.

Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
19 files changed:
linux-user/host/aarch64/hostdep.h [deleted file]
linux-user/host/arm/hostdep.h [deleted file]
linux-user/host/i386/hostdep.h [deleted file]
linux-user/host/ia64/hostdep.h [deleted file]
linux-user/host/mips/hostdep.h [deleted file]
linux-user/host/ppc/hostdep.h [deleted file]
linux-user/host/ppc64/hostdep.h [deleted file]
linux-user/host/riscv/hostdep.h [deleted file]
linux-user/host/s390/hostdep.h [deleted file]
linux-user/host/s390x/hostdep.h [deleted file]
linux-user/host/sparc/hostdep.h [deleted file]
linux-user/host/sparc64/hostdep.h [deleted file]
linux-user/host/x32/hostdep.h [deleted file]
linux-user/host/x86_64/hostdep.h [deleted file]
linux-user/safe-syscall-error.c
linux-user/safe-syscall.S
linux-user/safe-syscall.h
linux-user/signal.c
linux-user/user-internals.h