mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 22:18:08 +00:00
The commit changes signature of open function from: int open(const char *name, int flags) to int open(const char *name, int flags, ...) Currently existing two argument invocations should not require any rework. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no> |
||
---|---|---|
.. | ||
clock.c | ||
CMakeLists.txt | ||
eventfd.c | ||
fs.c | ||
Kconfig | ||
mqueue.c | ||
nanosleep.c | ||
pthread_barrier.c | ||
pthread_common.c | ||
pthread_cond.c | ||
pthread_key.c | ||
pthread_mutex.c | ||
pthread_rwlock.c | ||
pthread_sched.c | ||
pthread.c | ||
semaphore.c | ||
sleep.c | ||
timer.c |