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