mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
bsd-user: create a per-arch signal.c file
Create a place-holder signal.c file for each of the architectures that are currently built. In the future, some code that's currently inlined in target_arch_signal.h will live here. Signed-off-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
aa3a242830
commit
19bf129f82
3 changed files with 3 additions and 1 deletions
1
bsd-user/i386/signal.c
Normal file
1
bsd-user/i386/signal.c
Normal file
|
@ -0,0 +1 @@
|
|||
/* Placeholder for signal.c */
|
Loading…
Add table
Add a link
Reference in a new issue