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