提交 201e6603 编写于 作者: R Rich Felker

fix typo in setpriority syscall wrapper

上级 0b2764d0
......@@ -3,5 +3,5 @@
int setpriority(int which, id_t who, int prio)
{
return syscall(SYS_getpriority, which, who, prio);
return syscall(SYS_setpriority, which, who, prio);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册