diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-03-16 01:40:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-03-16 01:40:57 +0000 |
commit | 49773c1993bd5d72daaad5489d2b6c08f6d8e8cc (patch) | |
tree | dc96045c7d51fbef8160e36cb6f75ba652c4ba9d | |
parent | 580088c9004ad182f8862b72b2d3b63c79015250 (diff) | |
download | glibc-49773c1993bd5d72daaad5489d2b6c08f6d8e8cc.tar glibc-49773c1993bd5d72daaad5489d2b6c08f6d8e8cc.tar.gz glibc-49773c1993bd5d72daaad5489d2b6c08f6d8e8cc.tar.bz2 glibc-49773c1993bd5d72daaad5489d2b6c08f6d8e8cc.zip |
Update.
2003-03-15 Ulrich Drepper <drepper@redhat.com>
* allocatestack.c (allocate_stack): Store the exact stack size of
user allocated stacks.
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 9f2d556430..b41680bd1c 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-03-15 Ulrich Drepper <drepper@redhat.com> + + * allocatestack.c (allocate_stack): Store the exact stack size of + user allocated stacks. + 2003-03-15 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h |