On 2/2/22 08:28, Warner Losh wrote:
The capsicum signal stuff is new with FreeBSD 14, rev 1400026, so only define QEMU_SI_CAPSICUM there. Only copy _capsicum when QEMU_SI_CAPSICUM is defined. Default to no info being passed for signals we make no guess about.Signed-off-by: Warner Losh<i...@bsdimp.com> --- bsd-user/signal-common.h | 5 +++++ bsd-user/signal.c | 5 +++++ 2 files changed, 10 insertions(+)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~