[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a6654bc6-4b33-43bc-be3e-1e55d5cc7710@t-8ch.de>
Date: Mon, 31 Jul 2023 08:13:45 +0200
From: Thomas Weißschuh <thomas@...ch.de>
To: Yuan Tan <tanyuan@...ylab.org>
Cc: w@....eu, falcon@...ylab.org, linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org
Subject: Re: [PATCH v2 1/2] tools/nolibc: add pipe() and pipe2() support
On 2023-07-31 13:50:45+0800, Yuan Tan wrote:
> [..]
> +static __attribute__((unused))
> +int pipe(int pipefd[2])
> +{
> + pipe2(pipefd, 0);
This is missing a "return".
> +}
> +
> +
> /*
> * int prctl(int option, unsigned long arg2, unsigned long arg3,
> * unsigned long arg4, unsigned long arg5);
> --
> 2.34.1
>
Powered by blists - more mailing lists