Re: [PATCH 3/8] user: Introduce user/signal.h

2024-11-05 Thread Warner Losh
On Thu, Oct 24, 2024 at 2:00 PM Ilya Leoshkevich wrote: > gdbstub needs target_to_host_signal(), so move its declaration to a > public header. > > Signed-off-by: Ilya Leoshkevich > --- > bsd-user/signal-common.h | 1 - > bsd-user/signal.c | 1 + > include/user/signal.h | 23 ++

Re: [PATCH 3/8] user: Introduce user/signal.h

2024-11-05 Thread Richard Henderson
On 10/24/24 20:59, Ilya Leoshkevich wrote: gdbstub needs target_to_host_signal(), so move its declaration to a public header. Signed-off-by: Ilya Leoshkevich --- bsd-user/signal-common.h | 1 - bsd-user/signal.c | 1 + include/user/signal.h | 23 +++ li

[PATCH 3/8] user: Introduce user/signal.h

2024-10-24 Thread Ilya Leoshkevich
gdbstub needs target_to_host_signal(), so move its declaration to a public header. Signed-off-by: Ilya Leoshkevich --- bsd-user/signal-common.h | 1 - bsd-user/signal.c | 1 + include/user/signal.h | 23 +++ linux-user/signal-common.h | 1 - linux-user/sign