]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 21 Mar 2000 05:10:49 +0000 (05:10 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 21 Mar 2000 05:10:49 +0000 (05:10 +0000)
ChangeLog
linuxthreads/ChangeLog

index 5283d54a83ed8730f2948fe899d13fed0a7f35aa..d9320fe107296549ad88b57da4ea85e100508d62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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.
index 785cc69b8bf62ce891e4f964b1c6cdf6452f8a49..a3dd169b568808594f4df8f9983607051c7575a4 100644 (file)
@@ -1,3 +1,9 @@
+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.