|
| From: | Richard Henderson |
| Subject: | Re: [PATCH v2 2/8] linux-user/sparc: Rename target_errno.h -> target_errno_defs.h |
| Date: | Thu, 8 Jul 2021 08:34:03 -0700 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 |
On 7/8/21 7:11 AM, Philippe Mathieu-Daudé wrote:
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.
Signed-off-by: Philippe Mathieu-Daudé<f4bug@amsat.org>
---
linux-user/sparc/{target_errno.h => target_errno_defs.h} | 4 ++--
linux-user/sparc/target_syscall.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
rename linux-user/sparc/{target_errno.h => target_errno_defs.h} (99%)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
| [Prev in Thread] | Current Thread | [Next in Thread] |