diff options
| author | Thomas Weißschuh <linux@weissschuh.net> | 2026-04-18 13:20:00 +0300 |
|---|---|---|
| committer | Thomas Weißschuh <linux@weissschuh.net> | 2026-04-27 21:09:07 +0300 |
| commit | 02937a241c811cd31e052a16c0ea036b5071d052 (patch) | |
| tree | 9a444f9a81744245238598acdc675d4042fafd2a /include/linux/workqueue_api.h | |
| parent | 7070421c9f3324446805e9ab3883deb40ba47c10 (diff) | |
| download | linux-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/workqueue_api.h')
0 files changed, 0 insertions, 0 deletions
