fix: correct set prio symbol

main
Sean McBride 4 years ago
parent 26213a1647
commit 7da858304e

@ -131,7 +131,7 @@ runtime_call_setrlimit(int id, rlim_t c, rlim_t m)
}
void
runtime_pthread_prio(pthread_t thread, unsigned int nice)
runtime_set_pthread_prio(pthread_t thread, unsigned int nice)
{
struct sched_param sp;
int policy;

Loading…
Cancel
Save