zephyr/lib/libc/common/source
Chris Friedt 05305e2647 lib: libc: common: time: do not set errno in time()
The ISO C function time() is not specified to set the global
errno variable, so remove that in case there are side-effects.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2025-07-23 09:34:36 +02:00
..
stdio
stdlib
string
thrd libc: common: thrd: use sys_clock_nanosleep() instead of nanosleep() 2025-06-24 14:18:52 +02:00
time lib: libc: common: time: do not set errno in time() 2025-07-23 09:34:36 +02:00