blob: a4e3148f55a412c06bec13b227eddf068852c8cc [file] [log] [blame]
#include "pthread_impl.h"
int pthread_condattr_destroy(pthread_condattr_t* a) {
return 0;
}