blob: fc0c9aa338dfaaf90d5f61e8d9d6d900165e68bd [file] [log] [blame]
#include "pthread_impl.h"
int pthread_spin_init(pthread_spinlock_t* s, int shared) {
return *s = 0;
}