zephyr/lib
Paul Sokolovsky 81fa697f32 posix: Move gettimeofday declaration to <sys/time.h>
According to POSIX, that's the header which defines this function.
Similarly, nothing in POSIX indicates that <time.h> should have
access to struct timeval, so it's removed (it's made accessible
to <sys/time.h> via <sys/_timeval.h> introduced earlier).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-05-07 22:18:09 -04:00
..
cmsis_rtos_v1
cmsis_rtos_v2
gui
libc libc: minimal: Introduce sys/_timeval.h 2019-05-07 22:18:09 -04:00
os
posix posix: Move gettimeofday declaration to <sys/time.h> 2019-05-07 22:18:09 -04:00
CMakeLists.txt
Kconfig