aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-02-15 14:14:59 -0800
committerRoland McGrath <roland@hack.frob.com>2012-02-15 14:15:27 -0800
commitd2c736f809690dd69f1cade53a61b99e401bb0e3 (patch)
treef8e2e20787de6cb063c14e151a707736d905d51d /ChangeLog
parentf63f338062e1d390330484412840467b0ec659b0 (diff)
downloadglibc-d2c736f809690dd69f1cade53a61b99e401bb0e3.zip
glibc-d2c736f809690dd69f1cade53a61b99e401bb0e3.tar.gz
glibc-d2c736f809690dd69f1cade53a61b99e401bb0e3.tar.bz2
Hurd: #define away madvise for malloc code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 131caa6..2aba4a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
2012-02-15 Roland McGrath <roland@hack.frob.com>
+ [BZ #4822]
+ * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
+
* mach/devstream.c (cookie_io_functions_t): Macro removed.
(write, read, close): Likewise.
Patch by Aurelien Jarno <aurelien@aurel32.net>.