On Tue, Feb 1, 2022 at 10:40 AM Richard Henderson <richard.henderson@linaro.org> wrote:
On 2/1/22 22:14, Warner Losh wrote:
> +/*
> + * errno conversion.
> + */
> +abi_long get_errno(abi_long ret)
> +{
> +
> +    if (ret == -1) {

Watch the extra blank lines.

Will do.  It's a FreeBSD fetish that has infected this code... :)
 
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

Thanks!

Warner
 


r~