[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 08/36] bsd-user/x86_64/target_arch_signal.h: Remove target_sig
From: |
Warner Losh |
Subject: |
[PATCH v4 08/36] bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext |
Date: |
Thu, 4 Nov 2021 21:18:49 -0600 |
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 | 4 ----
1 file changed, 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;
--
2.33.0
- Re: [PATCH v4 02/36] bsd-user/freebsd: Create common target_os_ucontext.h file, (continued)
- [PATCH v4 03/36] bsd-user: create a per-arch signal.c file, Warner Losh, 2021/11/04
- [PATCH v4 06/36] bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSD, Warner Losh, 2021/11/04
- [PATCH v4 04/36] bsd-user/i386/target_arch_signal.h: Remove target_sigcontext, Warner Losh, 2021/11/04
- [PATCH v4 08/36] bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext,
Warner Losh <=
- [PATCH v4 10/36] bsd-user/x86_64/target_arch_signal.h: Fill in mcontext_t, Warner Losh, 2021/11/04
- [PATCH v4 16/36] bsd-user/arm/target_arch_cpu.h: Implement target_cpu_clone_regs, Warner Losh, 2021/11/04
- [PATCH v4 17/36] bsd-user/arm/target_arch_cpu.h: Dummy target_cpu_loop implementation, Warner Losh, 2021/11/04
- [PATCH v4 14/36] bsd-user/arm/target_arch_cpu.c: Target specific TLS routines, Warner Losh, 2021/11/04
- [PATCH v4 12/36] bsd-user/arm/target_arch_sysarch.h: Use consistent include guards, Warner Losh, 2021/11/04
- [PATCH v4 01/36] bsd-user/mips*: Remove, Warner Losh, 2021/11/04