[BusyBox] Boggling at tar.c a bit...

Rob Landley rob at landley.net
Fri Aug 26 04:39:59 UTC 2005


What does the #ifdef __gnuc__ bit do?

We have a volatile local variable (vfork_exec_errno), which is interacting 
with vfork in a way that seems unnecessarily subtle.  (Do parent and child 
really reliably share a stack there?  Why did the threading people need 
kernel support for thread local storage then?)

Rob




More information about the busybox mailing list