diff options
author | Roland McGrath <roland@gnu.org> | 2004-08-15 23:33:09 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-08-15 23:33:09 +0000 |
commit | 7a4b34c9c2ceb6a17f522c2853aae86a67a29cb2 (patch) | |
tree | 6c799ca37e1676a90a681e478e3262a6acf6f388 | |
parent | a489c5298d5350e2b443af444e3303d01667e6a3 (diff) | |
download | glibc-7a4b34c9c2ceb6a17f522c2853aae86a67a29cb2.tar.gz glibc-7a4b34c9c2ceb6a17f522c2853aae86a67a29cb2.tar.xz glibc-7a4b34c9c2ceb6a17f522c2853aae86a67a29cb2.zip |
[BZ #227]
2004-08-15 Roland McGrath <roland@redhat.com> [BZ #227] * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_BRK_PAGE_ROUNDED): New macro. * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk) [! __ASSUME_BRK_PAGE_ROUNDED]: Adjust the break up if it falls within the partial page after the dynamic linker's own data segment.
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 00d62964e2..688a1fa253 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-08-15 Roland McGrath <roland@redhat.com> + + [BZ #227] + * sysdeps/unix/sysv/linux/kernel-features.h + (__ASSUME_BRK_PAGE_ROUNDED): New macro. + * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk) + [! __ASSUME_BRK_PAGE_ROUNDED]: Adjust the break up if it falls within + the partial page after the dynamic linker's own data segment. + 2004-08-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/getaddrinfo.c (gaih_inet): Optimize generation of |