diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-12-13 06:16:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-12-13 06:16:04 +0000 |
commit | db13ddbcfa1e8fb7c58a0022893aef8a8921fd4f (patch) | |
tree | 3d7de1b979c3440283d2287579d8a55a44673756 /nptl/ChangeLog | |
parent | 1b64c27a9ed938cb4a7d26a5d510377f0cacd175 (diff) | |
download | glibc-db13ddbcfa1e8fb7c58a0022893aef8a8921fd4f.tar glibc-db13ddbcfa1e8fb7c58a0022893aef8a8921fd4f.tar.gz glibc-db13ddbcfa1e8fb7c58a0022893aef8a8921fd4f.tar.bz2 glibc-db13ddbcfa1e8fb7c58a0022893aef8a8921fd4f.zip |
* allocatestack.c (allocate_stack): Don't demand that there is an
additional full page available on the stack beside guard, TLS, the
minimum stack.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index d30edd2efc..2b5ae5f56e 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2005-12-12 Ulrich Drepper <drepper@redhat.com> + + * allocatestack.c (allocate_stack): Don't demand that there is an + additional full page available on the stack beside guard, TLS, the + minimum stack. + 2005-11-24 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h |