From 6d6d7fde04c8ef830205a9900bf101597a2f4b18 Mon Sep 17 00:00:00 2001 From: Chris Metcalf Date: Mon, 29 Dec 2014 23:14:38 -0500 Subject: Fix a couple of -Wundef warnings. --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3aa137c81d..d5aeddc400 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2014-12-29 Chris Metcalf + * 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 -- cgit 1.4.1