zephyr/include/posix
Paul Sokolovsky a6aee9b4c8 posix: sys/time.h: Add workaround for outdated newlib used by Xtensa
Unfortunately, Zephyr SDK 0.10.0 ships with outdate Newlib 2.0.0
(from 2015 or earlier) which lacks sys/_timeval.h header, requiring
ugly workaround of defining struct timeval inline (the whole idea
was to standardize on sys/_timeval.h header for different libc's).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-05-07 22:18:09 -04:00
..
sys posix: sys/time.h: Add workaround for outdated newlib used by Xtensa 2019-05-07 22:18:09 -04:00
dirent.h
mqueue.h
posix_sched.h
posix_types.h
pthread.h
pthread_key.h
semaphore.h
signal.h
time.h posix: Move gettimeofday declaration to <sys/time.h> 2019-05-07 22:18:09 -04:00
unistd.h