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