https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116642

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
vfork basically should not be used really. It has since been removed from POSIX
standard in 2008. Plus on many Linux arch, fork and vfork don't exist as system
calls; only clone.

Reply via email to