!72 【轻量级 PR】:删除SysFork中的CLONE_SIGHAND flag
Merge pull request !72 from zhushengle/N/A
This commit is contained in:
commit
0593715e39
|
@ -309,7 +309,7 @@ int SysWait(int pid, USER int *status, int options, void *rusage)
|
||||||
|
|
||||||
int SysFork(void)
|
int SysFork(void)
|
||||||
{
|
{
|
||||||
return OsClone(CLONE_SIGHAND, 0, 0);
|
return OsClone(0, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned int SysGetPPID(void)
|
unsigned int SysGetPPID(void)
|
||||||
|
|
Loading…
Reference in New Issue