i don't have fork() on my system and have to port perl. only function exists is vfork(). Now trying to find where it should be changed.
found Perl_my_fork() function from util.c Is it perl's most deep fork implementation, let's say on Linux?
i don't have fork() on my system and have to port perl. only function exists is vfork(). Now trying to find where it should be changed.
found Perl_my_fork() function from util.c Is it perl's most deep fork implementation, let's say on Linux?