4
0
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:
Christopher Faylor 2001-09-14 04:39:56 +00:00
parent 25e40ae6aa
commit 5654f240f1

View File

@ -733,6 +733,7 @@ vfork ()
if (vf->pid < 0)
{
int exitval = -vf->pid;
vf->pid = 0;
if ((vf->pid = fork ()) == 0)
exit (exitval);
}