zephyr/lib/libc/minimal/source
Robert Lubos 0966be01fc libc: Move gmtime_r into common
gmtime_r() has been in the minimal libc for years, however it was not
added to expcetions due to an overlook. In order to do this however, it
has to be moved first to the common libc area, so that it's available
to any libc that may not implement it.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-02-28 00:54:42 +09:00
..
math libc: minimal: math sqrt: sqrtf: fix numeric accuracy of sqrt and sqrtf. 2023-07-14 12:42:41 -04:00
stdlib libC minimal: Fix for POSIX arch 2023-06-22 17:16:17 -04:00
stdout syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
string lib: libc: minimal: proper cast to "(char *)" from "(const char *)" 2023-12-13 20:12:45 +01:00
time libc: Move gmtime_r into common 2024-02-28 00:54:42 +09:00