zephyr/lib/libc/minimal
Peter A. Bigot b8af1a6a4e libc/minimal: fix reproducibility of gmtime
struct tm has fields that were not being set by the implementation,
causing the test to fail when the uninitialized values were compared
with a static initialized result.  Zero the structure before filling it.

Closes #17794

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-07-31 11:48:18 +03:00
..
include libc: minimal: time.h: Don't (re)define struct timespec. 2019-07-25 13:50:58 -04:00
source libc/minimal: fix reproducibility of gmtime 2019-07-31 11:48:18 +03:00
CMakeLists.txt libc: minimal: provide gmtime implementation 2019-07-17 14:04:44 +02:00