diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-01 14:14:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-01 14:14:28 +0000 |
commit | f9119f49a610d9bcec19c607c19d33b4148a7a0f (patch) | |
tree | 2b56b86e0fcbd2e488d46d7f483ee2653ee23578 /linuxthreads/ChangeLog | |
parent | 52ec8aabc38887cf701ca0c77837c48571351533 (diff) | |
download | glibc-f9119f49a610d9bcec19c607c19d33b4148a7a0f.tar glibc-f9119f49a610d9bcec19c607c19d33b4148a7a0f.tar.gz glibc-f9119f49a610d9bcec19c607c19d33b4148a7a0f.tar.bz2 glibc-f9119f49a610d9bcec19c607c19d33b4148a7a0f.zip |
Update.
1998-05-01 Ulrich Drepper <drepper@cygnus.com>
* manager.c (pthread_free): Unmap guard before the stack.
Patch by Matthias Urlichs.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 4f0c67e73d..a834b31bfa 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +1998-05-01 Ulrich Drepper <drepper@cygnus.com> + + * manager.c (pthread_free): Unmap guard before the stack. + Patch by Matthias Urlichs. + 1998-04-30 Ulrich Drepper <drepper@cygnus.com> * manager.c (pthread_free): Detect already free child. |