diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-20 00:31:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-20 00:31:08 +0000 |
commit | 2b63891019c9e5193b29fd8c3bc34dc5a58e144e (patch) | |
tree | 7c240c7ef6446922aaf50224591a0fd2ce904f55 /linuxthreads/ChangeLog | |
parent | 264ec183cf07a8886856e81b4263b12260d84bf3 (diff) | |
download | glibc-2b63891019c9e5193b29fd8c3bc34dc5a58e144e.tar glibc-2b63891019c9e5193b29fd8c3bc34dc5a58e144e.tar.gz glibc-2b63891019c9e5193b29fd8c3bc34dc5a58e144e.tar.bz2 glibc-2b63891019c9e5193b29fd8c3bc34dc5a58e144e.zip |
Update.
* elf/rtld.c (_dl_start): Initialize bootstrap_map.l_info to zero.
[PR libc/1165].
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 9c70a6f095..6b2e1c856a 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 1999-08-19 Ulrich Drepper <drepper@cygnus.com> + * pthread.c (__pthread_reset_main_thread): Reset signal handlers + for the signals we used in the thread implementation. + * Versions: Export __pthread_kill_other_threads_np from libpthread for GLIBC_2.1.2. |