linux-user/sparc: Rename target_errno.h -> target_errno_defs.h
commitf007472331068f35e1cf3dca9adb87a4c1df59e8
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 8 Jul 2021 17:05:44 +0000 (8 19:05 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Mon, 12 Jul 2021 19:53:35 +0000 (12 21:53 +0200)
treea89f42429cb64939464d5fffeef654534617d84c
parentf7588fe90623cef751e94225229a63b3d91e2df5
linux-user/sparc: Rename target_errno.h -> target_errno_defs.h

We want to have one generic target_errno.h (API to access target
errno), and will add target errno definitions in target_errno_defs.h.
The sparc target already have its errnos in an header, simply rename
it.

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-3-f4bug@amsat.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/sparc/target_errno_defs.h [moved from linux-user/sparc/target_errno.h with 99% similarity]
linux-user/sparc/target_syscall.h