diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-05-07 22:03:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-05-07 22:03:32 +0000 |
commit | 16105fe0bcf45769d61d5180b670c8c661432748 (patch) | |
tree | a6788fd6c67c2af0fc193588f7fadf2c75ce33d6 /nptl | |
parent | 63e82b9db2944f105235da9d708cd2fe78ea7364 (diff) | |
download | glibc-16105fe0bcf45769d61d5180b670c8c661432748.tar.gz glibc-16105fe0bcf45769d61d5180b670c8c661432748.tar.xz glibc-16105fe0bcf45769d61d5180b670c8c661432748.zip |
[BZ #4456]
2007-05-02 Carlos O'Donell <carlos@systemhalted.org> [BZ #4456] * allocatestack.c (change_stack_perm): Add _STACK_GROWS_UP case. (allocate_stack): Likewise.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 20b1374e03..db2adf7107 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2007-05-02 Carlos O'Donell <carlos@systemhalted.org> + + [BZ #4456] + * allocatestack.c (change_stack_perm): Add _STACK_GROWS_UP case. + (allocate_stack): Likewise. + 2007-05-07 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/lowlevelrobustlock.c |