提交 0593715e 编写于 作者: O openharmony_ci 提交者: Gitee

!72 【轻量级 PR】:删除SysFork中的CLONE_SIGHAND flag

Merge pull request !72 from zhushengle/N/A
......@@ -309,7 +309,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.
先完成此消息的编辑!
想要评论请 注册