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