删除SysFork中的CLONE_SIGHAND flag
This commit is contained in:
parent
e351799d39
commit
5b03c42d9a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue