After calling
exec they are no longer a vfork child, they are now a new process with
new rules.
I did not know about this wording. With exec*() the process stays the same (same pid), and it's still a child of the same parent. It just gets new memory and some initialization is done (man execve=).

-Michael
_______________________________________________
uClinux-dev mailing list
uClinux-dev@uclinux.org
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by uclinux-dev@uclinux.org
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to