From: Ulrich Drepper Date: Tue, 21 Mar 2000 05:10:49 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69215adcaeab8f610347f60be2a1e469da9334ae;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 5283d54a83e..d9320fe1072 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-03-19 Ulrich Drepper + + * include/stdlib.h: Add prototype for __cxa_atexit. + 2000-03-20 Ulrich Drepper * sysdeps/generic/segfault.c: Also install handler for SIGTRAP. diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 785cc69b8bf..a3dd169b568 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2000-03-19 Ulrich Drepper + + * 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 * mutex.c (__pthread_mutex_lock): Always initialize __m_owner.