Re: [PATCH 1/3] selftests/nolibc: drop unnecessary 'mode' argument to open()

From: Willy Tarreau

Date: Sun Apr 19 2026 - 11:34:34 EST


On Sun, Apr 19, 2026 at 05:29:03PM +0200, Thomas Weißschuh wrote:
> The mode is unnecessary here, drop it.

Indeed and it's even desirable *not* to have it since applications will
generally not have it either and we'd prefer to detect bugs that affect
them.

> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>

Acked-by: Willy Tarreau <w@xxxxxx>

willy