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