diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-20 00:41:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-20 00:41:06 +0000 |
commit | 68ea6c18e3ef24771a92be2faef155a2dda4b1af (patch) | |
tree | 8db0fb2ba5fb21fc0e0bccd8222dece5f4a03462 /linuxthreads | |
parent | 2b63891019c9e5193b29fd8c3bc34dc5a58e144e (diff) | |
download | glibc-68ea6c18e3ef24771a92be2faef155a2dda4b1af.tar glibc-68ea6c18e3ef24771a92be2faef155a2dda4b1af.tar.gz glibc-68ea6c18e3ef24771a92be2faef155a2dda4b1af.tar.bz2 glibc-68ea6c18e3ef24771a92be2faef155a2dda4b1af.zip |
Update.
* sysdeps/unix/sysv/linux/execve.c: New file. This version terminates
all threads [PR libc/1223].
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 6b2e1c856a..14230c1c8d 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,7 +1,7 @@ 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. + 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. |