diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2021-11-17 15:46:05 +0100 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2021-12-19 20:47:33 -0800 |
| commit | 5da4063f647348b1a607f39a9ae1adeec39419c9 (patch) | |
| tree | 8ba15aba48f59323ef7e00908ab63b7011277e6b /linux-user/syscall.c | |
| parent | 57a0c9384c12b7cc13d168fe5bff1db244c72151 (diff) | |
| download | focaccia-qemu-5da4063f647348b1a607f39a9ae1adeec39419c9.tar.gz focaccia-qemu-5da4063f647348b1a607f39a9ae1adeec39419c9.zip | |
linux-user: Create special-errno.h
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 <imp@bsdimp.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'linux-user/syscall.c')
| -rw-r--r-- | linux-user/syscall.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 2867be4cd3..f5bf6d155c 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -136,6 +136,7 @@ #include "qemu/guest-random.h" #include "qemu/selfmap.h" #include "user/syscall-trace.h" +#include "special-errno.h" #include "qapi/error.h" #include "fd-trans.h" #include "tcg/tcg.h" |