diff options
author | 2021-07-08 19:05:45 +0200 | |
---|---|---|
committer | 2021-07-12 21:53:35 +0200 | |
commit | 8f968b6a24aec7de8b1a1b4d2de922adad689297 (patch) | |
tree | 672c47e157f30ffd9ae8cb26b5a07a4d58b55885 /module-common.c | |
parent | linux-user/sparc: Rename target_errno.h -> target_errno_defs.h (diff) | |
download | qemu-8f968b6a24aec7de8b1a1b4d2de922adad689297.tar.xz qemu-8f968b6a24aec7de8b1a1b4d2de922adad689297.zip |
linux-user: Extract target errno to 'target_errno_defs.h'
We want to access the target errno indepently of the rest of the
linux-user code. Move the header containing the generic errno
definitions ('errno_defs.h') to 'generic/target_errno_defs.h',
create a new 'target_errno_defs.h' in each target which itself
includes 'generic/target_errno_defs.h'.
Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210708170550.1846343-4-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'module-common.c')
0 files changed, 0 insertions, 0 deletions