zephyr/lib/posix
Rico Ganahl 5cf1193902 lib/posix/fs: fix end-of-dir in readdir
POSIX readdir should return NULL if end of dir is reached and
leave errno untouched.

Signed-off-by: Rico Ganahl <rico.ganahl@bytesatwork.ch>
2022-05-13 11:10:04 -07:00
..
getopt lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
CMakeLists.txt include: Prefix includes to use a scope 2022-04-08 19:03:32 +02:00
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
clock.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
eventfd.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
fs.c lib/posix/fs: fix end-of-dir in readdir 2022-05-13 11:10:04 -07:00
mqueue.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
nanosleep.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
pthread.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
pthread_barrier.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
pthread_common.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
pthread_cond.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
pthread_key.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
pthread_mutex.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
pthread_rwlock.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
pthread_sched.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
semaphore.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
sleep.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00
timer.c lib: migrate includes to <zephyr/...> 2022-05-06 19:58:09 +02:00