zephyr/lib/libc/common/source/time
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
..
asctime.c
ctime.c
gmtime_r.c
localtime_r_utc.c
time.c lib: libc: common: time: do not set errno in time() 2025-07-23 09:34:36 +02:00