blob: d42b44d48bc45070e65e311ab4fd9d59a3b07556 [file] [log] [blame]
#include "threads_impl.h"
int pthread_spin_destroy(pthread_spinlock_t* s) {
return 0;
}