projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7d5ed6
)
bsd-user/x86_64/target_arch_signal.h: Remove target_sigcontext
author
Warner Losh
<imp@bsdimp.com>
Fri, 29 Oct 2021 14:27:50 +0000
(08:27 -0600)
committer
Warner 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
patch
|
blob
|
history
diff --git
a/bsd-user/x86_64/target_arch_signal.h
b/bsd-user/x86_64/target_arch_signal.h
index 4bb753b08bbbabe931d02526b23215bffd07b724..55f742b0a8c2e2be1315f4c51f2ef92700c575ed 100644
(file)
--- 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;