blob: 0986980e2a16b2d3cebb23224372c3bdf65fc90c [file] [log] [blame]
#include "threads_impl.h"
int pthread_mutexattr_destroy(pthread_mutexattr_t* a) {
return 0;
}