]> git.proxmox.com Git - mirror_qemu.git/commitdiff
bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext
authorWarner Losh <imp@bsdimp.com>
Fri, 29 Oct 2021 14:27:50 +0000 (08:27 -0600)
committerWarner Losh <imp@bsdimp.com>
Sat, 8 Jan 2022 05:58:51 +0000 (22:58 -0700)
In FreeBSD, sigcontext was retired in favor of ucontext/mcontext.
Remove vestigial target_sigcontext.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/x86_64/target_arch_signal.h

index 4bb753b08bbbabe931d02526b23215bffd07b724..55f742b0a8c2e2be1315f4c51f2ef92700c575ed 100644 (file)
 #define TARGET_MINSIGSTKSZ  (512 * 4)               /* min sig stack size */
 #define TARGET_SIGSTKSZ     (MINSIGSTKSZ + 32768)   /* recommended size */
 
-struct target_sigcontext {
-    /* to be added */
-};
-
 typedef struct target_mcontext {
 } target_mcontext_t;