|
| From: | Warner Losh |
| Subject: | Re: [PATCH 12/22] bsd-user/freebsd/os-syscall.c: Add get_errno and host_to_target_errno |
| Date: | Tue, 1 Feb 2022 16:27:21 -0700 |
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.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
r~
| [Prev in Thread] | Current Thread | [Next in Thread] |