zephyr/lib/libc/common/source/time
Chris Friedt 17964083d3 libc: common: time: use sys_clock api rather than posix
Remove POSIX clock_gettime() from the common libc time implementation,
since POSIX should not be a dependency for ISO C.

Instead, use the newly added lib/os sys_clock API.

Specifically, sys_clock_gettime().

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-06-24 14:18:52 +02:00
..
asctime.c
ctime.c
gmtime_r.c
localtime_r_utc.c
time.c libc: common: time: use sys_clock api rather than posix 2025-06-24 14:18:52 +02:00