> -----Original Message-----
> From: Philippe Mathieu-Daudé <philippe.mathieu.da...@gmail.com> On
> Behalf Of Philippe Mathieu-Daudé
> Sent: Sunday, July 4, 2021 12:38 PM
> To: qemu-devel@nongnu.org
> Cc: Richard Henderson <richard.hender...@linaro.org>; Jiaxun Yang
> <jiaxun.y...@flygoat.com>; Laurent Vivier <laur...@vivier.eu>; Aleksandar
> Rikalo <aleksandar.rik...@syrmia.com>; Taylor Simpson
> <tsimp...@quicinc.com>; Philippe Mathieu-Daudé <f4...@amsat.org>;
> Aurelien Jarno <aurel...@aurel32.net>; Helge Deller <del...@gmx.de>
> Subject: [PATCH 05/12] linux-user: Extract target errno to
> 'target_errno_defs.h'
> 


> diff --git a/linux-user/hexagon/target_errno_defs.h b/linux-
> user/hexagon/target_errno_defs.h
> new file mode 100644
> index 00000000000..5daac4f5a83
> --- /dev/null
> +++ b/linux-user/hexagon/target_errno_defs.h
> @@ -0,0 +1,6 @@
> +#ifndef HEXAGON_TARGET_ERRNO_H
> +#define HEXAGON_TARGET_ERRNO_H

These should be HEXAGON_TARGET_ERRNO_DEFS_H.  Ditto for the other targets.

Otherwise,
Reviewed-by: Taylor Simpson <tsimp...@quicinc.com>


Thanks,
Taylor

Reply via email to