Re: [PATCH 1/4] tools/nolibc: evaluate syscall() arguments before the arch macros

Ammar Faizi <[email protected]> Tue, 28 Jul 2026 13:51:25 +0700
Newsgroups dev.linux.lists.llvm,org.kernel.vger.linux-kernel,org.kernel.vger.linux-kselftest
Message-ID <CA+KFgX51SLUKcpLhaLT0sT-b1k0k==am6ooaGj3VaFMkLMmWxg@mail.gmail.com>
On Mon, Jul 27, 2026 at 11:19 PM Thomas Weißschuh wrote:
> On 2026-07-27 05:30:43+0200, Willy Tarreau wrote:
> > Well, at other places we already have typeof(arg) which is exactly the
> > same, more explicit, and doesn't come with such restrictions, so I'd
> > rather suggest we use it instead.
>
> Agreed.

Noted, I'll use __typeof__() in the next version.

-- 
Ammar Faizi