aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@ezchip.com>2014-12-29 23:14:38 -0500
committerChris Metcalf <cmetcalf@ezchip.com>2014-12-29 23:14:38 -0500
commit6d6d7fde04c8ef830205a9900bf101597a2f4b18 (patch)
tree067e8ded1007ad60c65df46951d330f332c03a14 /ChangeLog
parentcd2c37c979fa19e93ded9e0ed545787271ec0de2 (diff)
downloadglibc-6d6d7fde04c8ef830205a9900bf101597a2f4b18.tar
glibc-6d6d7fde04c8ef830205a9900bf101597a2f4b18.tar.gz
glibc-6d6d7fde04c8ef830205a9900bf101597a2f4b18.tar.bz2
glibc-6d6d7fde04c8ef830205a9900bf101597a2f4b18.zip
Fix a couple of -Wundef warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3aa137c81d..d5aeddc400 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-12-29 Chris Metcalf <cmetcalf@ezchip.com>
+ * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
+ instead of #if to avoid a Wundef warning.
+ * stdlib/tst-limits.c (do_test): Likewise.
+
* sysdeps/tile/math_private.h (fetestexcept): Add macro to
parallel other exception macros.
(fegetenv): Convert from macro to extern inline so that it applies