summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorWarner Losh <imp@bsdimp.com>2021-10-29 08:27:50 -0600
committerWarner Losh <imp@bsdimp.com>2022-01-07 22:58:51 -0700
commitfc1fc2c78e5d1f60faa50e75ecc7b8aefca322c3 (patch)
treef131fe0c8d7d566f26aece28f9ef676b23c5034b
parentf7d5ed6184ef4fe4cc4ad168d15e2aa6d399b712 (diff)
downloadfocaccia-qemu-fc1fc2c78e5d1f60faa50e75ecc7b8aefca322c3.tar.gz
focaccia-qemu-fc1fc2c78e5d1f60faa50e75ecc7b8aefca322c3.zip
bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext
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>
-rw-r--r--bsd-user/x86_64/target_arch_signal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bsd-user/x86_64/target_arch_signal.h b/bsd-user/x86_64/target_arch_signal.h
index 4bb753b08b..55f742b0a8 100644
--- a/bsd-user/x86_64/target_arch_signal.h
+++ b/bsd-user/x86_64/target_arch_signal.h
@@ -27,10 +27,6 @@
 #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;