diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-03 20:53:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-03 20:53:19 +0000 |
commit | 4f088329f3418ca19e3da0d5571433ea3b172616 (patch) | |
tree | c67086d66d7b0464964a9a0e9756ed5073d8c64f /nptl/ChangeLog | |
parent | 4301f7e2f036f11dffec92c37a41dbf05fc8a71d (diff) | |
download | glibc-4f088329f3418ca19e3da0d5571433ea3b172616.tar.gz glibc-4f088329f3418ca19e3da0d5571433ea3b172616.tar.xz glibc-4f088329f3418ca19e3da0d5571433ea3b172616.zip |
Update.
2003-02-03 Ulrich Drepper <drepper@redhat.com> * allocatestack.c (allocate_stack): Implement coloring of the allocated stack memory. Rename pagesize to pagesize_m1. It's the size minus one. Adjust users.
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 559fcb3819..6e14988ad4 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,9 @@ +2003-02-03 Ulrich Drepper <drepper@redhat.com> + + * allocatestack.c (allocate_stack): Implement coloring of the + allocated stack memory. Rename pagesize to pagesize_m1. It's the + size minus one. Adjust users. + 2003-02-02 Ulrich Drepper <drepper@redhat.com> * allocatestack.c: Improve comment throughout the file. |