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