Re: [PATCH v2 2/8] linux-user/sparc: Rename target_errno.h -> target_errno_defs.h

2021-07-08 Thread Richard Henderson
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é -

Re: [PATCH v2 2/8] linux-user/sparc: Rename target_errno.h -> target_errno_defs.h

2021-07-08 Thread Laurent Vivier
Le 08/07/2021 à 16:11, 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