Sign in
◑
Theme
mojo
/
mojo-tools
/
11b993425b6dd123103ed48498ed6f96b35d6f73
/
.
/
fusl
/
src
/
thread
/
pthread_spin_destroy.c
blob: fef004f67d0526b2cc22d20849443f5fc99b72ca [
file
]
#include
"pthread_impl.h"
int
pthread_spin_destroy
(
pthread_spinlock_t
*
s
)
{
return
0
;
}