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