diff options
author | Warner Losh | 2022-01-25 00:11:46 +0100 |
---|---|---|
committer | Warner Losh | 2022-01-28 23:52:39 +0100 |
commit | 2bd010c4bfdaecee33f3ba4a785ccaaf84df25c1 (patch) | |
tree | 742769bb1a24dc28aeb984ecb94d7336233bb335 /bsd-user/qemu.h | |
parent | bsd-user/signal.c: implement force_sig_fault (diff) | |
download | qemu-2bd010c4bfdaecee33f3ba4a785ccaaf84df25c1.tar.gz qemu-2bd010c4bfdaecee33f3ba4a785ccaaf84df25c1.tar.xz qemu-2bd010c4bfdaecee33f3ba4a785ccaaf84df25c1.zip |
bsd-user/signal-common.h: Move signal functions prototypes to here
Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'bsd-user/qemu.h')
-rw-r--r-- | bsd-user/qemu.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h index 671b26f00c..99c37fc994 100644 --- a/bsd-user/qemu.h +++ b/bsd-user/qemu.h @@ -199,14 +199,6 @@ print_openbsd_syscall(int num, void print_openbsd_syscall_ret(int num, abi_long ret); extern int do_strace; -/* signal.c */ -void process_pending_signals(CPUArchState *cpu_env); -void signal_init(void); -long do_sigreturn(CPUArchState *env); -long do_rt_sigreturn(CPUArchState *env); -void queue_signal(CPUArchState *env, int sig, target_siginfo_t *info); -abi_long do_sigaltstack(abi_ulong uss_addr, abi_ulong uoss_addr, abi_ulong sp); - /* mmap.c */ int target_mprotect(abi_ulong start, abi_ulong len, int prot); abi_long target_mmap(abi_ulong start, abi_ulong len, int prot, |