+2000-03-19 Ulrich Drepper <drepper@redhat.com>
+
+ * include/stdlib.h: Add prototype for __cxa_atexit.
+
2000-03-20 Ulrich Drepper <drepper@redhat.com>
* sysdeps/generic/segfault.c: Also install handler for SIGTRAP.
+2000-03-19 Ulrich Drepper <drepper@redhat.com>
+
+ * pthread.c (pthread_initialize): Instead of on_exit use
+ __cxa_atexit if __dso_label is available to allow unloading the
+ libpthread shared library.
+
2000-03-16 Ulrich Drepper <drepper@redhat.com>
* mutex.c (__pthread_mutex_lock): Always initialize __m_owner.