zephyr/lib/libc/common
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
..
include
source libc: common: time: use sys_clock api rather than posix 2025-06-24 14:18:52 +02:00
CMakeLists.txt lib: libc: stdio: add support remove api 2024-08-22 14:26:00 -04:00
Kconfig libc/common: Remove redundant Kconfig POSIX_THREAD_SAFE_FUNCTIONS uses 2024-09-16 20:17:35 +02:00