]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: use ppoll_time64 if available
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Fri, 11 Apr 2025 09:00:41 +0000 (11:00 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Tue, 22 Apr 2025 08:56:25 +0000 (10:56 +0200)
commit4de88a88bcbe4cf89477d8c6a9145fdfd929bc96
treef69fc55347861601b7896df3473bc418d809d87b
parent248ddc80b145515286bfb75d08034ad4c0fdb08e
tools/nolibc: use ppoll_time64 if available

riscv32 does not have any of the older poll systemcalls.
Use ppoll_time64 instead.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
tools/include/nolibc/sys.h