blob: 83afb78e412e0b7db7b4366f8f315b44ab57b7af [file] [log] [blame]
#include "pthread_impl.h"
int pthread_getschedparam(pthread_t t, int* restrict policy, struct sched_param* restrict param) {
return ENOSYS;
}