On 7/8/21 7:11 AM, Philippe Mathieu-Daudé wrote:
+++ b/linux-user/aarch64/target_errno_defs.h @@ -0,0 +1,6 @@ +#ifndef AARCH64_TARGET_ERRNO_DEFS_H +#define AARCH64_TARGET_ERRNO_DEFS_H + +#include "../generic/target_errno_defs.h" + +#endif
What happened to just the one include line? Otherwise, Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~