1 --- exit.c.orig Mon Apr 28 16:37:26 2003
2 +++ exit.c Sat May 3 14:28:31 2003
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.
24 - /* Ensure that the auto-initialization routine is linked in: */
25 - extern int _thread_autoinit_dummy_decl;
27 - _thread_autoinit_dummy_decl = 1;
29 for (p = __atexit; p; p = p->next)
30 for (n = p->ind; --n >= 0;)