Sign in
mojo
/
mojo
/
96b05c1cc252cbd1582be4b8c554e72024938f3c
/
.
/
fusl
/
src
/
thread
/
sem_destroy.c
blob: f4aced5da9afe91e5b32216bfa020a5cf1f9d740 [
file
] [
log
] [
blame
]
#include
<semaphore.h>
int
sem_destroy
(
sem_t
*
sem
)
{
return
0
;
}