mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
user: Introduce user/signal.h
gdbstub needs target_to_host_signal(), so move its declaration to a public header. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Warner Losh <imp@bsdimp.com> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Message-Id: <20250117001542.8290-4-iii@linux.ibm.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20250207153112.3939799-13-alex.bennee@linaro.org>
This commit is contained in:
parent
fccb744f41
commit
08916fd4b6
6 changed files with 26 additions and 2 deletions
|
@ -42,7 +42,6 @@ void process_pending_signals(CPUArchState *env);
|
|||
void queue_signal(CPUArchState *env, int sig, int si_type,
|
||||
target_siginfo_t *info);
|
||||
void signal_init(void);
|
||||
int target_to_host_signal(int sig);
|
||||
void target_to_host_sigset(sigset_t *d, const target_sigset_t *s);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue