Re: [PATCH 05/12] tools/nolibc: remove now superfluous overflow check in llseek
From: Arnd Bergmann
Date: Thu Oct 30 2025 - 10:59:07 EST
On Wed, Oct 29, 2025, at 17:02, Thomas Weißschuh wrote:
> As off_t is now always 64-bit wide this overflow can not happen anymore,
> remove the check.
>
> Signed-off-by: Thomas Weißschuh <linux@xxxxxxxxxxxxxx>
Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>