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 libc/common: Define _POSIX_C_SOURCE to gain access to POSIX functions 2024-09-16 20:17:35 +02:00
gmtime_r.c lib: libc: common: time: Add toolchain include 2024-09-26 13:31:03 -05:00
localtime_r_utc.c libc/common: Define _POSIX_C_SOURCE to gain access to POSIX functions 2024-09-16 20:17:35 +02:00
time.c lib: libc: common: time: do not set errno in time() 2025-07-23 09:34:36 +02:00