blob: 674b64b7d9a679c5eb3c3db1e327e274eff056ab [file] [log] [blame]
#include "pthread_impl.h"
int pthread_setschedprio(pthread_t t, int prio) {
return ENOSYS;
}