diff options
| author | Warner Losh <imp@bsdimp.com> | 2022-01-08 17:55:56 -0700 |
|---|---|---|
| committer | Warner Losh <imp@bsdimp.com> | 2022-01-28 15:53:41 -0700 |
| commit | aae57ac37a8803cdd39a732491718b6ee772bb3d (patch) | |
| tree | 7dd9aa84cab1af5a0525666a98e2dae7e6a12155 /bsd-user/qemu.h | |
| parent | c34f2aaff645cbda1d69f71b8fa9173fec5b1a8d (diff) | |
| download | focaccia-qemu-aae57ac37a8803cdd39a732491718b6ee772bb3d.tar.gz focaccia-qemu-aae57ac37a8803cdd39a732491718b6ee772bb3d.zip | |
bsd-user/signal.c: Implement rewind_if_in_safe_syscall
Signed-off-by: Kyle Evans <kevans@freebsd.org> 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/qemu.h')
| -rw-r--r-- | bsd-user/qemu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index 49f01932a5..8ed1bfbca8 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -446,4 +446,6 @@ static inline void *lock_user_string(abi_ulong guest_addr) #include <pthread.h> +#include "user/safe-syscall.h" + #endif /* QEMU_H */ |