about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2014-03-17 12:07:10 +0000
committerWill Newton <will.newton@linaro.org>2014-03-17 16:05:24 +0000
commit9290130a8de3f30970f741c79dfe8459f798e05f (patch)
tree3360b6d6c68558e83616b9aa4a372aa8f1844658 /ChangeLog
parentafb466fcb034f594e083b5664fa60a0d4f54c41b (diff)
downloadglibc-9290130a8de3f30970f741c79dfe8459f798e05f.tar.gz
glibc-9290130a8de3f30970f741c79dfe8459f798e05f.tar.xz
glibc-9290130a8de3f30970f741c79dfe8459f798e05f.zip
Fix HAVE_RM_CTX -Wundef warnings
ChangeLog:

2014-03-17  Will Newton  <will.newton@linaro.org>

	* sysdeps/generic/math_private.h: Check whether
	HAVE_RM_CTX is defined with #ifdef rather
	than #if.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37d34f6444..f6b90d2c86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-03-17  Will Newton  <will.newton@linaro.org>
 
+	* sysdeps/generic/math_private.h: Check whether
+	HAVE_RM_CTX is defined with #ifdef rather
+	than #if.
+
 	* argp/argp-fmtstream.h: Check whether
 	__STRICT_ANSI__ is defined with #ifdef rather
 	than #if.