mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
don't use WNOHANG
svn path=/trunk/; revision=29095
This commit is contained in:
@@ -112,7 +112,7 @@ namespace System_
|
||||
/* parent process */
|
||||
if (bWait)
|
||||
{
|
||||
waitpid(pid, NULL, WNOHANG);
|
||||
waitpid(pid, NULL, 0);
|
||||
}
|
||||
}
|
||||
return pid;
|
||||
|
||||
Reference in New Issue
Block a user