On Wednesday 22 October 2008, Farrell Aultman wrote: > Again, it would be better to do something like the following in includes.h: > +#ifdef __uClinux__ > +#define exit(x) _exit(x) > +#endif
no it wouldnt. _exit() is *only* for when the child of a vfork() needs to exit without calling an exec function. blindly macroing it away would affect every other case as well. -mike
signature.asc
Description: This is a digitally signed message part.
