5c6443ac
1 2 3 4 5 6
#include "pthread_impl.h" int pthread_mutex_setprioceiling(pthread_mutex_t *restrict m, int ceiling, int *restrict old) { return EINVAL; }