]> www.infradead.org Git - users/jedix/linux-maple.git/commit
tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>
Mon, 28 Apr 2025 12:40:09 +0000 (14:40 +0200)
committerThomas Weißschuh <linux@weissschuh.net>
Wed, 21 May 2025 13:32:07 +0000 (15:32 +0200)
commit50647213e115cbf5eb92c56a076af34dcd984174
tree6d9949caec2ab89092dd61353ba223a407874efc
parent1e10b8534f5af42b7da528c254595f2a0cf4997d
tools/nolibc: add clock_getres(), clock_gettime() and clock_settime()

This is used in various selftests and will be handy when integrating
those with nolibc.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Acked-by: Willy Tarreau <w@1wt.eu>
Link: https://lore.kernel.org/r/20250428-nolibc-misc-v2-8-3c043eeab06c@linutronix.de
Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
tools/include/nolibc/time.h
tools/include/nolibc/types.h
tools/testing/selftests/nolibc/nolibc-test.c