From 68ea6c18e3ef24771a92be2faef155a2dda4b1af Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 20 Aug 1999 00:41:06 +0000 Subject: [PATCH] Update. * sysdeps/unix/sysv/linux/execve.c: New file. This version terminates all threads [PR libc/1223]. --- ChangeLog | 3 +++ linuxthreads/ChangeLog | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b315369..10fe247 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-08-19 Ulrich Drepper + * sysdeps/unix/sysv/linux/execve.c: New file. This version terminates + all threads [PR libc/1223]. + * elf/rtld.c (_dl_start): Initialize bootstrap_map.l_info to zero. [PR libc/1165]. diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 6b2e1c8..14230c1 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,7 +1,7 @@ 1999-08-19 Ulrich Drepper * pthread.c (__pthread_reset_main_thread): Reset signal handlers - for the signals we used in the thread implementation. + for the signals we used in the thread implementation [PR libc/1234]. * Versions: Export __pthread_kill_other_threads_np from libpthread for GLIBC_2.1.2. -- 2.7.4