Re: [PATCH] rust: error: fix the description for `ECHILD`

From: Martin Rodriguez Reboredo
Date: Sat Sep 30 2023 - 19:42:45 EST


On 9/30/23 11:49, Wedson Almeida Filho wrote:
From: Wedson Almeida Filho <walmeida@xxxxxxxxxxxxx>

A mistake was made and the description of `ECHILD` is wrong (it reuses
the description of `ENOEXEC`). This fixes it to reflect what's in
`errno-base.h`.

Signed-off-by: Wedson Almeida Filho <walmeida@xxxxxxxxxxxxx>
---
[...]
Reviewed-by: Martin Rodriguez Reboredo <yakoyoku@xxxxxxxxx>