aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-05 05:17:29 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-08 23:46:44 -0400
commitef086ef8baada5bd485f3f21dde1c9bc10bd6bd5 (patch)
tree6785403f9c52ec7d582e3e3696ca7b110a92f86d /ChangeLog
parent04ece7d2dec91fe870c5f1a38032875915f44633 (diff)
downloadglibc-ef086ef8baada5bd485f3f21dde1c9bc10bd6bd5.zip
glibc-ef086ef8baada5bd485f3f21dde1c9bc10bd6bd5.tar.gz
glibc-ef086ef8baada5bd485f3f21dde1c9bc10bd6bd5.tar.bz2
hppa: put custom madvise defines behind __USE_MISC
No other arch exports these defines, and having them in the default namespace causes conformance header tests to fail. Put them behind the __USE_MISC define as that is what other arches seem to use.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9f6dfa..7b14475 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-08-09 Mike Frysinger <vapier@gentoo.org>
+
+ * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]: Move all
+ MADV_*_PAGES defines behind this feature check.
+
2015-08-09 John David Anglin <danglin@gcc.gnu.org>
[BZ #18480]