Re: [PATCH 05/14] bsd-user/errno_defs.h: Add internal error numbers

2021-09-24 Thread Richard Henderson
On 9/21/21 11:14 PM, Warner Losh wrote: From: Stacey Son To emulate signals and interrupted system calls, we need to have the same mechanisms we have in the kernel, including these errno values. Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/errno_defs.h | 14 +++---

[PATCH 05/14] bsd-user/errno_defs.h: Add internal error numbers

2021-09-21 Thread Warner Losh
From: Stacey Son To emulate signals and interrupted system calls, we need to have the same mechanisms we have in the kernel, including these errno values. Signed-off-by: Stacey Son Signed-off-by: Warner Losh --- bsd-user/errno_defs.h | 14 +++--- 1 file changed, 11 insertions(+), 3 de