Re: [PATCH v4 11/36] bsd-user/x86_64: Move functions into signal.c

2021-11-05 Thread Warner Losh
On Fri, Nov 5, 2021 at 10:25 AM Richard Henderson < richard.hender...@linaro.org> wrote: > On 11/4/21 11:18 PM, Warner Losh wrote: > > Move the current inline functions into sigal.c. This will increate the > > flexibility of implementation in the future. > > > > Signed-off-by: Warner Losh > > ---

Re: [PATCH v4 11/36] bsd-user/x86_64: Move functions into signal.c

2021-11-05 Thread Richard Henderson
On 11/4/21 11:18 PM, Warner Losh wrote: Move the current inline functions into sigal.c. This will increate the flexibility of implementation in the future. Signed-off-by: Warner Losh --- bsd-user/x86_64/signal.c | 56 +++- bsd-user/x86_64/target_arch_signal

[PATCH v4 11/36] bsd-user/x86_64: Move functions into signal.c

2021-11-04 Thread Warner Losh
Move the current inline functions into sigal.c. This will increate the flexibility of implementation in the future. Signed-off-by: Warner Losh --- bsd-user/x86_64/signal.c | 56 +++- bsd-user/x86_64/target_arch_signal.h | 43 - 2 files chan