diff options
author | Warner Losh | 2022-01-09 01:27:34 +0100 |
---|---|---|
committer | Warner Losh | 2022-01-28 23:53:38 +0100 |
commit | 85fc1b5dbf893254471809eef8ec773bb29d4f48 (patch) | |
tree | ce3042f3be38a99baa502829a11bc731af8b0c2e /bsd-user/signal.c | |
parent | bsd-user/host/x86_64/host-signal.h: Implement host_signal_* (diff) | |
download | qemu-85fc1b5dbf893254471809eef8ec773bb29d4f48.tar.gz qemu-85fc1b5dbf893254471809eef8ec773bb29d4f48.tar.xz qemu-85fc1b5dbf893254471809eef8ec773bb29d4f48.zip |
bsd-user: Add host signals to the build
Start to add the host signal functionality to the build.
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'bsd-user/signal.c')
-rw-r--r-- | bsd-user/signal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bsd-user/signal.c b/bsd-user/signal.c index ad8437a8bf..f3e020e004 100644 --- a/bsd-user/signal.c +++ b/bsd-user/signal.c @@ -22,6 +22,7 @@ #include "qemu.h" #include "signal-common.h" #include "hw/core/tcg-cpu-ops.h" +#include "host-signal.h" /* * Stubbed out routines until we merge signal support from bsd-user |