475327f5a3
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> |
||
---|---|---|
.. | ||
sys | ||
dirent.h | ||
mqueue.h | ||
posix_sched.h | ||
pthread.h | ||
pthread_key.h | ||
semaphore.h | ||
signal.h | ||
time.h | ||
unistd.h |