zephyr/lib/posix
Arnaud Mouiche fd9766c961 posix: fix missing _open for fopen support
Using fopen() in application failed to build when configured with
	CONFIG_NEWLIB_LIBC=y
	CONFIG_POSIX_API=y

Signed-off-by: Arnaud Mouiche <arnaud.mouiche@invoxia.com>
2020-10-05 09:59:38 -07:00
..
clock.c
CMakeLists.txt
eventfd.c lib: posix: eventfd: general eventfd improvements 2020-10-02 11:34:19 +02:00
fs.c posix: fix missing _open for fopen support 2020-10-05 09:59:38 -07:00
Kconfig
mqueue.c
nanosleep.c lib: posix: nanosleep: round up to the nearest microsecond 2020-10-02 11:31:43 +02:00
pthread_barrier.c
pthread_common.c
pthread_cond.c
pthread_key.c
pthread_mutex.c
pthread_rwlock.c
pthread_sched.c
pthread.c lib: posix: Fix priority validity check in pthread_setschedparam 2020-08-11 07:46:06 -04:00
semaphore.c
sleep.c
timer.c