Re: [PATCH RESEND^2] nios2: support clone3() syscall

From: Christian Brauner
Date: Wed Aug 02 2023 - 03:43:21 EST


On Tue, Aug 01, 2023 at 10:19:24PM -0700, Randy Dunlap wrote:
> Add support for the clone3() syscall to prevent a warning from
> checksyscalls.sh:
>
> <stdin>:1517:2: warning: #warning syscall clone3 not implemented [-Wcpp]
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Cc: Dinh Nguyen <dinguyen@xxxxxxxxxx>
> Cc: Christian Brauner <christian@xxxxxxxxxx>
> ---
> Is there some reason that NIOS2 should not (does not) support clone3()?

Cc Arnd, in case he knows.