Re: [PATCH v2 18/41] linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER

2021-09-19 Thread Warner Losh
> On Sep 18, 2021, at 12:45 PM, Richard Henderson > wrote: > > Now that all of the linux-user hosts have been converted > to host-signal.h, drop the compatibility code. > > Signed-off-by: Richard Henderson > --- > include/exec/exec-all.h | 12 > linux-user/signal.c | 13

Re: [PATCH v2 18/41] linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER

2021-09-19 Thread Philippe Mathieu-Daudé
On 9/18/21 20:45, Richard Henderson wrote: > Now that all of the linux-user hosts have been converted > to host-signal.h, drop the compatibility code. > > Signed-off-by: Richard Henderson > --- > include/exec/exec-all.h | 12 > linux-user/signal.c | 13 - > 2 files c

[PATCH v2 18/41] linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER

2021-09-18 Thread Richard Henderson
Now that all of the linux-user hosts have been converted to host-signal.h, drop the compatibility code. Signed-off-by: Richard Henderson --- include/exec/exec-all.h | 12 linux-user/signal.c | 13 - 2 files changed, 25 deletions(-) diff --git a/include/exec/exec-all