mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00
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>
This commit is contained in:
parent
c34f2aaff6
commit
aae57ac37a
2 changed files with 14 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue