Sign in
mojo
/
mojo-tools
/
928c8082a05ec0e60274e406445403f8668e2c2b
/
.
/
fusl
/
src
/
thread
/
sem_destroy.c
blob: 9cf8fcd151a963d10b39ab7daabbe41fe5bb4e1d [
file
]
#include
<semaphore.h>
int
sem_destroy
(
sem_t
*
sem
)
{
return
0
;
}