summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorThomas Weißschuh <linux@weissschuh.net>2026-04-18 13:20:00 +0300
committerThomas Weißschuh <linux@weissschuh.net>2026-04-27 21:09:07 +0300
commit02937a241c811cd31e052a16c0ea036b5071d052 (patch)
tree9a444f9a81744245238598acdc675d4042fafd2a /include/linux
parent7070421c9f3324446805e9ab3883deb40ba47c10 (diff)
downloadlinux-02937a241c811cd31e052a16c0ea036b5071d052.tar.xz
tools/nolibc: handle 64-bit system call arguments on MIPS N32
The N32 system call ABI expects 64-bit values directly in registers. This does not work on nolibc currently, as a 'long' is only 32 bits wide. Switch the system call wrappers to use 'long long' instead which can handle 64-bit values on N32. As on N64 'long' and 'long long' are the same, this does not change the behavior there. 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-5-b91f0775bac3@weissschuh.net
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions