1 --- exit.c.orig 2006-08-08 16:13:56.000000000 -0700
2 +++ exit.c 2006-08-11 22:12:56.000000000 -0700
9 - * This variable is zero until a process has created a thread.
10 - * It is used to avoid calling locking functions in libc when they
11 - * are not required. By default, libc is intended to be(come)
12 - * thread-safe, but without a (significant) penalty to non-threaded
15 -int __isthreaded = 0;
16 +extern void __exit(int);
19 * 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;