Sign in
cobalt
/
cobalt.git
/
56d7c4e1a836a7ef6e2823bffb8d1567758b82eb
/
.
/
third_party
/
musl
/
src
/
thread
/
pthread_spin_init.c
blob: 681881cf369ce862613b88184062058f26f9f7b2 [
file
]
#include
"pthread_impl.h"
int
pthread_spin_init
(
pthread_spinlock_t
*
s
,
int
shared
)
{
return
*
s
=
0
;
}