fix syscall argument bug in pthread_getschedparam
the address of the pointer to the sched param, rather than the pointer, was being passed to the kernel.
Showing
想要评论请 注册 或 登录
the address of the pointer to the sched param, rather than the pointer, was being passed to the kernel.