From: Warner Losh Date: Fri, 29 Oct 2021 15:07:59 +0000 (-0600) Subject: bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h X-Git-Tag: v7.0.0-rc0~100^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c504713f34fb127179496ba3e680689d38e29764;p=thirdparty%2Fqemu.git bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h Signed-off-by: Warner Losh Reviewed-by: Richard Henderson --- diff --git a/bsd-user/i386/target_arch_signal.h b/bsd-user/i386/target_arch_signal.h index e262667bdab..bf7263c4f8d 100644 --- a/bsd-user/i386/target_arch_signal.h +++ b/bsd-user/i386/target_arch_signal.h @@ -30,14 +30,7 @@ typedef struct target_mcontext { } target_mcontext_t; -typedef struct target_ucontext { - target_sigset_t uc_sigmask; - target_mcontext_t uc_mcontext; - abi_ulong uc_link; - target_stack_t uc_stack; - int32_t uc_flags; - int32_t __spare__[4]; -} target_ucontext_t; +#include "target_os_ucontext.h" struct target_sigframe { abi_ulong sf_signum;