Browse Source
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>pull/216/head
3 changed files with 3 additions and 1 deletions
@ -0,0 +1 @@ |
|||
/* Placeholder for signal.c */ |
|||
@ -0,0 +1 @@ |
|||
/* Placeholder for signal.c */ |
|||
Loading…
Reference in new issue