[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 05/37] bsd-user/i386/target_arch_signal.h: use new target_os_ucont
|
From: |
Warner Losh |
|
Subject: |
[PULL 05/37] bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h |
|
Date: |
Sat, 8 Jan 2022 00:37:05 -0700 |
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
---
bsd-user/i386/target_arch_signal.h | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
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;
--
2.33.1
- [PULL 00/37] Bsd user arm patches, Warner Losh, 2022/01/08
- [PULL 03/37] bsd-user: create a per-arch signal.c file, Warner Losh, 2022/01/08
- [PULL 04/37] bsd-user/i386/target_arch_signal.h: Remove target_sigcontext, Warner Losh, 2022/01/08
- [PULL 15/37] bsd-user/arm/target_arch_cpu.c: Target specific TLS routines, Warner Losh, 2022/01/08
- [PULL 05/37] bsd-user/i386/target_arch_signal.h: use new target_os_ucontext.h,
Warner Losh <=
- [PULL 07/37] bsd-user/i386: Move the inlines into signal.c, Warner Losh, 2022/01/08
- [PULL 10/37] bsd-user/x86_64/target_arch_signal.h: Fill in mcontext_t, Warner Losh, 2022/01/08
- [PULL 13/37] bsd-user/arm/target_arch_sysarch.h: Use consistent include guards, Warner Losh, 2022/01/08
- [PULL 16/37] bsd-user/arm/target_arch_cpu.h: CPU Loop definitions, Warner Losh, 2022/01/08
- [PULL 25/37] bsd-user/arm/target_arch_thread.h: Routines to create and switch to a thread, Warner Losh, 2022/01/08
- [PULL 28/37] bsd-user/arm/target_arch_elf.h: arm get_hwcap2 impl, Warner Losh, 2022/01/08
- [PULL 09/37] bsd-user/x86_64/target_arch_signal.h: use new target_os_ucontext.h, Warner Losh, 2022/01/08
- [PULL 06/37] bsd-user/i386/target_arch_signal.h: Update mcontext_t to match FreeBSD, Warner Losh, 2022/01/08
- [PULL 32/37] bsd-user/arm/signal.c: arm set_sigtramp_args, Warner Losh, 2022/01/08
- [PULL 11/37] bsd-user/x86_64: Move functions into signal.c, Warner Losh, 2022/01/08