[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 28/30] bsd-user/x86_64/target_arch_signal.h: Remove target_sig
From: |
Warner Losh |
Subject: |
[PATCH v2 28/30] bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext |
Date: |
Tue, 2 Nov 2021 16:52:46 -0600 |
In FreeBSD, sigcontext was retired in favor of ucontext/mcontext.
Remove vestigial target_sigcontext.
Signed-off-by: Warner Losh <imp@bsdimp.com>
---
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
- [PATCH v2 24/30] bsd-user/arm/target_arch_signal.h: arm set_mcontext, (continued)
- [PATCH v2 24/30] bsd-user/arm/target_arch_signal.h: arm set_mcontext, Warner Losh, 2021/11/02
- [PATCH v2 16/30] bsd-user/arm/target_arch_elf.h: arm get hwcap, Warner Losh, 2021/11/02
- [PATCH v2 27/30] bsd-user/i386/target_arch_signal.h: Remove target_sigcontext, Warner Losh, 2021/11/02
- [PATCH v2 29/30] bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h, Warner Losh, 2021/11/02
- [PATCH v2 30/30] bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.h, Warner Losh, 2021/11/02
- [PATCH v2 28/30] bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext,
Warner Losh <=