diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-20 07:07:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-20 07:07:18 +0000 |
commit | a6a478e9f927835469cd1b770f395df640966c49 (patch) | |
tree | 1d5c8a1733a4709eccfa952e0785691a6f59c433 /linuxthreads/ChangeLog | |
parent | 41a173e1e3a19957dfbed6375e84b8a3363035a7 (diff) | |
download | glibc-a6a478e9f927835469cd1b770f395df640966c49.tar glibc-a6a478e9f927835469cd1b770f395df640966c49.tar.gz glibc-a6a478e9f927835469cd1b770f395df640966c49.tar.bz2 glibc-a6a478e9f927835469cd1b770f395df640966c49.zip |
Update.
* include/stdlib.h: Add prototype for __cxa_atexit.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index bb3155347a..ce335a70fe 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -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> * condvar.c: Make tests for ownership of mutex less strict. |