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