-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Sudhahar on 2/6/2006 5:33 AM:
> Hi,
>In Cygwin fork code the statement
>
> int res = setjmp (grouped.ch.jmp);
> if (res)
> res = fork_child (grouped.ch.parent, grouped.first_dll,
> grouped.load_dlls);
> else
> res = fork_
Hi,
In Cygwin fork code the statement
int res = setjmp (grouped.ch.jmp);
if (res)
res = fork_child (grouped.ch.parent, grouped.first_dll, grouped.load_dlls);
else
res = fork_parent (grouped.ch.parent, grouped.first_dll,
grouped.load_dlls, esp, grouped.ch);
avoids the fork being cal
2 matches
Mail list logo