blob: 30df9b53c3abe24304d0a64256f53265689f5b06 [file] [log] [blame]
#include "threads_impl.h"
int pthread_mutex_getprioceiling(const pthread_mutex_t* restrict m, int* restrict ceiling) {
return EINVAL;
}