Altera_Forum
Honored Contributor
19 years agouse of vfork() instead of fork() in uClinux
Hi all,
I ported pppd from busybox on the Nios2. Actually, I just did two things : - add the -Wl,-elf2flt linker flags to convert the binary file - changed calls to fork() by vfork() It seems everything goes right, but I wonder if it is authorized to use vfork() instead of fork() ? Do I risk anything by doing this ? Do I have to expect pppd to crash, or is it completely safe ? Thanks for any comments, Regards Pod