zephyr/lib/posix
Anas Nashif 65337bc7eb lib: add mising braces to single line if statements
Following zephyr's style guideline, all if statements, including single
line statements shall have braces.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-07-06 11:00:45 -04:00
..
getopt lib: add mising braces to single line if statements 2022-07-06 11:00:45 -04:00
CMakeLists.txt lib: posix: add perror() implementation 2022-07-04 22:53:36 +02:00
Kconfig lib: posix: semaphore: use consistent timebase in sem_timedwait 2022-06-24 20:12:05 +02:00
clock.c
eventfd.c
fs.c
mqueue.c
nanosleep.c
perror.c lib: posix: add perror() implementation 2022-07-04 22:53:36 +02:00
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 lib: posix: semaphore: use consistent timebase in sem_timedwait 2022-06-24 20:12:05 +02:00
sleep.c
timer.c