提交 5b03c42d 编写于 作者: 星e雨's avatar 星e雨 提交者: Gitee

删除SysFork中的CLONE_SIGHAND flag

上级 e351799d
......@@ -318,7 +318,7 @@ int SysWait(int pid, USER int *status, int options, void *rusage)
int SysFork(void)
{
return OsClone(CLONE_SIGHAND, 0, 0);
return OsClone(0, 0, 0);
}
unsigned int SysGetPPID(void)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册