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/safe-syscall.S | |
parent | 57a0c9384c12b7cc13d168fe5bff1db244c72151 (diff) |
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/safe-syscall.S')
-rw-r--r-- | linux-user/safe-syscall.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/safe-syscall.S b/linux-user/safe-syscall.S index 7ddc997801..74f7e35694 100644 --- a/linux-user/safe-syscall.S +++ b/linux-user/safe-syscall.S @@ -10,7 +10,7 @@ * See the COPYING file in the top-level directory. */ -#include "target_errno_defs.h" +#include "special-errno.h" /* We have the correct host directory on our include path * so that this will pull in the right fragment for the architecture. |