Sign in
mojo
/
mojo
/
4a4d4e08def91646df742850bfe5ea89f56345e2
/
.
/
fusl
/
src
/
thread
/
pthread_spin_init.c
blob: 681881cf369ce862613b88184062058f26f9f7b2 [
file
] [
log
] [
blame
]
#include
"pthread_impl.h"
int
pthread_spin_init
(
pthread_spinlock_t
*
s
,
int
shared
)
{
return
*
s
=
0
;
}