Hi,

Johannes Stezenbach <[EMAIL PROTECTED]> writes:

> There's also the magic of the /usr/lib/gcc-lib/i386-linux/2.95.4/specs
> file which passes -D_REENTRANT to cpp when you pass -lpthread
> to the gcc during *compilation*.

oh, I didn't knew about that one.

> But I think the trouble with fork() without execve() is that
> exit() tries to run atexit handlers which want to clean
> up things they shouldn't.

that's why I suggested to use _exit() instead.


Salut, Sven


-- 
Info:  To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-dev" as subject.

Reply via email to