commit | eb9d35f686ed1279d57463d9e6f289988f594c19 | [log] [tgz] |
---|---|---|
author | Warner Losh <imp@bsdimp.com> | Tue Feb 01 13:30:30 2022 -0700 |
committer | Warner Losh <imp@bsdimp.com> | Tue Feb 01 14:43:20 2022 -0700 |
tree | 737a326c29f18b1445bf273eb4d857a3d2f96d8e | |
parent | 3bbe296c1c7a6ddce7a294e006b8c4a53b385292 [diff] |
bsd-user/signal.c: Only copy the _capsicum for FreeBSD_version > 1400026 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 <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>