Re: [PATCH 04/12] linux-user/sparc: Rename target_errno.h -> target_errno_defs.h

2021-07-07 Thread Laurent Vivier
Le 04/07/2021 à 20:37, Philippe Mathieu-Daudé a écrit : > 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: Philipp

[PATCH 04/12] linux-user/sparc: Rename target_errno.h -> target_errno_defs.h

2021-07-04 Thread Philippe Mathieu-Daudé
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é --- linux-user/sparc/{target_errno.h => target_err