Sign in
mojo
/
mojo
/
e0873846fc61eae0b813cc0c87c8009fda9f2aab
/
.
/
fusl
/
src
/
thread
/
pthread_spin_unlock.c
blob: 3d34efd22c767f2a51174f52f7829926a69c5b41 [
file
] [
log
] [
blame
]
#include
"pthread_impl.h"
int
pthread_spin_unlock
(
pthread_spinlock_t
*
s
)
{
a_store
(
s
,
0
);
return
0
;
}