Re: [PATCH v5 11/17] bsd-user: Create special-errno.h

2021-11-17 Thread Warner Losh
On Wed, Nov 17, 2021 at 9:04 AM Richard Henderson < richard.hender...@linaro.org> wrote: > Pull the internal errno used by qemu internally its own > header file, for use by safe-syscall.S. > > Signed-off-by: Richard Henderson > --- > bsd-user/errno_defs.h| 6 +- > bsd-user/special-errno

[PATCH v5 11/17] bsd-user: Create special-errno.h

2021-11-17 Thread Richard Henderson
Pull the internal errno used by qemu internally its own header file, for use by safe-syscall.S. Signed-off-by: Richard Henderson --- bsd-user/errno_defs.h| 6 +- bsd-user/special-errno.h | 24 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644