zephyr/include/posix
Kumar Gala 29dac2233e lib: posix: Fix compile error with time.h and older newlib
Some older variants of newlib (like what we have on xtensa or riscv in
SDK 0.9.5) define timespec and itimerspec in sys/types.h.  The timespec
can be handled by a check of __timespec_defined.  However itimerspec
doesn't have anything similar so we have to do it by newlib version
info.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-02-23 11:42:31 -06:00
..
sys lib: posix: Fix compile issue with newer newlib 2019-02-22 11:55:01 -06:00
dirent.h lib: posix: Fix compile issue with newer newlib 2019-02-22 11:55:01 -06:00
mqueue.h lib: posix: Fix compile error with mqueue.h 2019-02-23 11:42:31 -06:00
posix_sched.h posix: rename priority in sched_param struct 2019-02-19 11:24:45 -05:00
posix_types.h lib: posix: Fix compile issue with newer newlib 2019-02-22 11:55:01 -06:00
pthread.h lib: posix: Fix compile issue with newer newlib 2019-02-22 11:55:01 -06:00
pthread_key.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
semaphore.h lib: posix: Fix compile issue with newer newlib 2019-02-22 11:55:01 -06:00
signal.h lib: posix: Fix compile issue with newer newlib 2019-02-22 11:55:01 -06:00
time.h lib: posix: Fix compile error with time.h and older newlib 2019-02-23 11:42:31 -06:00
unistd.h lib: posix: Fix compile error with mqueue.h 2019-02-23 11:42:31 -06:00