Files
nuttx/libs/libc/pthread
Ville Juven 1a9241ca1c pthread_barrier_destroy: Fix return value, if sem_getvalue fails
sem_getvalue returns ERROR and sets errno if it fails, we don't want to
return OK in this case, we want to return the non-negated error number.
2025-01-20 23:55:26 +08:00
..