blob: 05b46083356676a60c284ab6d33520ee70e90b70 [file] [log] [blame]
#include "threads_impl.h"
int pthread_mutex_setprioceiling(pthread_mutex_t* restrict m, int ceiling, int* restrict old) {
return EINVAL;
}