]> git.ipfire.org Git - thirdparty/linux.git/commit
tools/nolibc: also handle _llseek system call
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 18 Apr 2026 10:19:56 +0000 (12:19 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Mon, 27 Apr 2026 17:45:25 +0000 (19:45 +0200)
commitf38a0bb74576f418f264b8d407be8de7aac1f42a
tree9ba5d762239837152cb10cb1c0b37e5784e32761
parent7ffb6e99c3662322fd9ffdd4417c2aabd4af95b9
tools/nolibc: also handle _llseek system call

On some architectures the llseek system call contains a leading
underscore. Treat it the same way as llseek and prefer it over the
plain lseek system call as is necessary for 64-bit offset handling.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://patch.msgid.link/20260418-nolibc-largefile-v1-1-b91f0775bac3@weissschuh.net
tools/include/nolibc/sys.h