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