mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
*** empty log message ***
This commit is contained in:
parent
25e40ae6aa
commit
5654f240f1
@ -733,6 +733,7 @@ vfork ()
|
||||
if (vf->pid < 0)
|
||||
{
|
||||
int exitval = -vf->pid;
|
||||
vf->pid = 0;
|
||||
if ((vf->pid = fork ()) == 0)
|
||||
exit (exitval);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user