zephyr/include/posix
Paul Sokolovsky 7f9127578b include: posix: unistd: Fix prototypes and dependency
For read/write/lseek, use size_t and off_t types, as mandated by
POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html

Also, prototypes of unistd.h functions should not depend on
CONFIG_POSIX_FS, as (many) of them deal with generic I/O, not with
files in filesystem per se.

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 headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
unistd.h include: posix: unistd: Fix prototypes and dependency 2018-10-09 08:19:44 -04:00