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