zephyr/include/posix
Paul Sokolovsky b7bb48eeac posix: unistd.h: open() doesn't belong here
Per POSIX, open() is defined in <fcntl.h>. fcntl.h in turn comes from
the underlying libc, either newlib, or minimal libc.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2019-07-25 13:50:58 -04:00
..
sys
dirent.h
mqueue.h posix: mqueue.h: Move O_CREAT and friends to fcntl.h 2019-07-25 13:50:58 -04:00
posix_sched.h
posix_types.h
pthread_key.h
pthread.h
semaphore.h
signal.h
time.h posix: time.h: Add workaround for outdated newlib used by Xtensa 2019-07-25 13:50:58 -04:00
unistd.h posix: unistd.h: open() doesn't belong here 2019-07-25 13:50:58 -04:00