diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-02-17 08:46:28 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2012-02-17 08:46:28 +0100 |
commit | 9078ce930afda8bbcba6fe860a13ca62abcf2742 (patch) | |
tree | d5bb4e4dce0dd0013efbc31bb7f76c14fd52adfa /ChangeLog | |
parent | 3835c55fe5fa30715f16b0d859dae197e4c46bd2 (diff) | |
download | glibc-9078ce930afda8bbcba6fe860a13ca62abcf2742.tar glibc-9078ce930afda8bbcba6fe860a13ca62abcf2742.tar.gz glibc-9078ce930afda8bbcba6fe860a13ca62abcf2742.tar.bz2 glibc-9078ce930afda8bbcba6fe860a13ca62abcf2742.zip |
Hurd: #define away madvise for malloc code, fix previous commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-02-17 Thomas Schwinge <thomas@schwinge.name> + + [BZ #4822] + * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>. + (madvise): Cast every argument to void on its own. + 2012-02-17 Joseph Myers <joseph@codesourcery.com> [BZ #9902] |