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