提交 5b50f4ef 编写于 作者: 些猜's avatar 些猜

porting里新增接口sched_setscheduler,修改musl_src.gni,新增对应测试用例并修改test_src_functional.gni

Signed-off-by: 些猜's avatarcaifuzhou <504631861@qq.com>
上级 97559999
......@@ -11,7 +11,7 @@ int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param)
goto exit;
}
r = __syscall(SYS_sched_setscheduler, pid, sched, param);//, MUSL_TYPE_PROCESS
r = __syscall(SYS_sched_setscheduler, pid , sched , param->sched_priority);
;
exit:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册