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:
Warner Losh 2021-11-04 16:34:48 -06:00
parent aa3a242830
commit 19bf129f82
3 changed files with 3 additions and 1 deletions

1
bsd-user/i386/signal.c Normal file
View file

@ -0,0 +1 @@
/* Placeholder for signal.c */