Re: [PATCH v2 05/40] bsd-user: Remove vestiges of signal queueing code

2022-01-26 Thread Richard Henderson
On 1/25/22 12:29, Warner Losh wrote: bsd-user was copied from linux-user at a time when it queued signals. Remove those vestiges of thse code. Retain the init function, even though it's now empty since other stuff will likely be added there. Make it static since it's not called from outside of ma

[PATCH v2 05/40] bsd-user: Remove vestiges of signal queueing code

2022-01-24 Thread Warner Losh
bsd-user was copied from linux-user at a time when it queued signals. Remove those vestiges of thse code. Retain the init function, even though it's now empty since other stuff will likely be added there. Make it static since it's not called from outside of main.c Signed-off-by: Warner Losh ---