zephyr/include/posix
Paul Sokolovsky 475327f5a3 include: posix: time: Don't use from-curdir includes ('""' vs '<>')
From-current-dir includes like "sys/types.h" are dangerous - they
turn out to cause #include_next directive to not work as expected -
instead of including next file (which is in our case should be
libc's), it will include the same file once again (apparently
because with #include "", a file is found from the current dir,
so next search will countinue with -Iinclude/posix, and find
sys/types.h there again).

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-10-09 08:19:44 -04:00
..
sys include: posix: stat: Don't depend on CONFIG_PTHREAD_IPC 2018-10-02 10:51:52 -07:00
dirent.h include: posix: Split dirent.h from unistd.h 2018-10-02 10:51:52 -07:00
mqueue.h include: posix: mqueue: Rely on O_RDWR and friends defines in sys/stat.h 2018-10-02 10:51:52 -07:00
posix_sched.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
pthread.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
pthread_key.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
semaphore.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
signal.h include: posix: signal: Make sigev_notify_attributes depend on pthreads 2018-10-02 10:51:52 -07:00
time.h include: posix: time: Don't use from-curdir includes ('""' vs '<>') 2018-10-09 08:19:44 -04:00
unistd.h include: posix: unistd: Fix prototypes and dependency 2018-10-09 08:19:44 -04:00