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