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