blob: ce8e239a6197547cbe32f0a011a78cf81670ecbb [file] [log] [blame]
#include "threads_impl.h"
int pthread_attr_destroy(pthread_attr_t* a) {
return 0;
}