提交 c07daf0f 编写于 作者: R Rich Felker

fix broken reboot wrapper (syscall needs extra silly magic arguments...)

上级 e5d78fe8
......@@ -3,5 +3,5 @@
int reboot(int type)
{
return syscall(SYS_reboot, type);
return syscall(SYS_reboot, 0xfee1dead, 672274793, type);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册