diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-25 16:48:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-25 16:48:42 +0000 |
commit | 7045878b042789db21af0c4f3254ce1a331420a8 (patch) | |
tree | 521f53faf21d17b0cd17006b43c8bcc3b8c3ecbb /linuxthreads/ChangeLog | |
parent | b7fb789d886d1b1c9ce9c437b17b63b2e071bb06 (diff) | |
download | glibc-7045878b042789db21af0c4f3254ce1a331420a8.tar glibc-7045878b042789db21af0c4f3254ce1a331420a8.tar.gz glibc-7045878b042789db21af0c4f3254ce1a331420a8.tar.bz2 glibc-7045878b042789db21af0c4f3254ce1a331420a8.zip |
Update.
* elf/dl-close.c (_dl_close): Don't run destructors of objects
marked DF_1_NODELETE.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 36e0de47b9..7b3e50e7f6 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,7 @@ 2000-08-25 Ulrich Drepper <drepper@redhat.com> + * pthread.c (pthread_exit_process): Move thread_self us inside `if'. + * sysdeps/pthread/pthread.h (PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP): Defined. (PTHREAD_ERRORCHECK_MUTEX_INITIALIZER_NP: Defined. |