1 --- exit.c.orig Wed Mar 10 14:20:34 2004
2 +++ exit.c Wed Mar 10 14:38:14 2004
7 - * This variable is zero until a process has created a thread.
8 - * It is used to avoid calling locking functions in libc when they
9 - * are not required. By default, libc is intended to be(come)
10 - * thread-safe, but without a (significant) penalty to non-threaded
13 -int __isthreaded = 0;
16 * Exit, flushing stdio buffers if necessary.
22 - /* Ensure that the auto-initialization routine is linked in: */
23 - extern int _thread_autoinit_dummy_decl;
25 - _thread_autoinit_dummy_decl = 1;