7f9127578b
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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Kconfig | ||
clock.c | ||
fs.c | ||
mqueue.c | ||
pthread.c | ||
pthread_barrier.c | ||
pthread_common.c | ||
pthread_cond.c | ||
pthread_key.c | ||
pthread_mutex.c | ||
pthread_rwlock.c | ||
pthread_sched.c | ||
semaphore.c | ||
sleep.c | ||
timer.c |