diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-17 00:07:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-17 00:07:36 +0000 |
commit | 48fc3dd2248fbfd6cd9e786fec89dffc604ead35 (patch) | |
tree | 1029adb52e33766b81821d19c58079cc5dc64cc7 /linuxthreads/ChangeLog | |
parent | 22bc79788225fb13ff8e66d38e0dd92d44b1e588 (diff) | |
download | glibc-48fc3dd2248fbfd6cd9e786fec89dffc604ead35.tar glibc-48fc3dd2248fbfd6cd9e786fec89dffc604ead35.tar.gz glibc-48fc3dd2248fbfd6cd9e786fec89dffc604ead35.tar.bz2 glibc-48fc3dd2248fbfd6cd9e786fec89dffc604ead35.zip |
Update.
1998-03-17 00:06 Ulrich Drepper <drepper@cygnus.com>
* manager.c: Fix last patch which caused core dumps.
* pthread.c: Correctly handle missing SIGRTMIN.
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 61d11a9eb4..63a3b7c758 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +1998-03-17 00:06 Ulrich Drepper <drepper@cygnus.com> + + * manager.c: Fix last patch which caused core dumps. + + * pthread.c: Correctly handle missing SIGRTMIN. + 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * libpthread.map: Add __libc_internal_tsd_get and |