zephyr/lib/posix
Dominik Ermel 49ab2099f3 lib/posix: Add support for open flags to open(...)
The fs_open flags has been changed to accept open flags, which requires
changes to open(...) to support the new flags.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2020-07-30 16:33:18 +02:00
..
clock.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
CMakeLists.txt lib: posix: nanosleep 2020-06-12 17:02:03 +02:00
eventfd.c lib: posix: eventfd: fix read/poll after multiple writes 2020-07-20 16:21:37 +02:00
fs.c lib/posix: Add support for open flags to open(...) 2020-07-30 16:33:18 +02:00
Kconfig
mqueue.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
nanosleep.c lib: posix: nanosleep 2020-06-12 17:02:03 +02:00
pthread_barrier.c
pthread_common.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pthread_cond.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pthread_key.c
pthread_mutex.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pthread_rwlock.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pthread_sched.c
pthread.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
semaphore.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sleep.c
timer.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00