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