Re: [PATCH v4 03/36] bsd-user: create a per-arch signal.c file

2021-11-05 Thread Richard Henderson
On 11/4/21 11:18 PM, Warner Losh wrote: 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 --- bsd-user/i386/signal.c | 1 + bsd-use

[PATCH v4 03/36] bsd-user: create a per-arch signal.c file

2021-11-04 Thread Warner Losh
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 --- bsd-user/i386/signal.c | 1 + bsd-user/x86_64/signal.c | 1 + meson.build