mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
bsd-user: *BSD specific siginfo defintions
Add FreeBSD, NetBSD and OpenBSD values for the various signal info types and defines to decode different signals to discover more information about the specific signal types. Signed-off-by: Stacey Son <sson@FreeBSD.org> Signed-off-by: Warner Losh <imp@bsdimp.com> Acked-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Kyle Evans <kevans@FreeBSD.org>
This commit is contained in:
@@ -42,6 +42,7 @@ extern enum BSDType bsd_type;
|
||||
#include "syscall_defs.h"
|
||||
#include "target_syscall.h"
|
||||
#include "target_os_vmparam.h"
|
||||
#include "target_os_signal.h"
|
||||
#include "exec/gdbstub.h"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user