On 12/14/21 01:25, Richard Henderson wrote: > Pull the two internal errno used by qemu internally into their own > header file. This includes the one define required by safe-syscall.S. > > Reviewed-by: Warner Losh <i...@bsdimp.com> > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > linux-user/cpu_loop-common.h | 1 + > linux-user/generic/target_errno_defs.h | 17 -------------- > linux-user/signal-common.h | 2 ++ > linux-user/special-errno.h | 32 ++++++++++++++++++++++++++ > linux-user/syscall.c | 1 + > linux-user/safe-syscall.S | 2 +- > 6 files changed, 37 insertions(+), 18 deletions(-) > create mode 100644 linux-user/special-errno.h
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>