commit | fc1fc2c78e5d1f60faa50e75ecc7b8aefca322c3 | [log] [tgz] |
---|---|---|
author | Warner Losh <imp@bsdimp.com> | Fri Oct 29 08:27:50 2021 -0600 |
committer | Warner Losh <imp@bsdimp.com> | Fri Jan 07 22:58:51 2022 -0700 |
tree | f131fe0c8d7d566f26aece28f9ef676b23c5034b | |
parent | f7d5ed6184ef4fe4cc4ad168d15e2aa6d399b712 [diff] |
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>