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