about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWill Newton <will.newton@linaro.org>2014-03-17 11:06:02 +0000
committerWill Newton <will.newton@linaro.org>2014-03-17 16:05:23 +0000
commitafb466fcb034f594e083b5664fa60a0d4f54c41b (patch)
tree1b5be9c7caf92cb54aff654384a0d347c4d8e5b1 /ChangeLog
parentf7efd7c3dfffa3c417e9d3c4cb19d9954a3b1421 (diff)
downloadglibc-afb466fcb034f594e083b5664fa60a0d4f54c41b.tar.gz
glibc-afb466fcb034f594e083b5664fa60a0d4f54c41b.tar.xz
glibc-afb466fcb034f594e083b5664fa60a0d4f54c41b.zip
Fix __STRICT_ANSI__ -Wundef warnings
ChangeLog:

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

	* argp/argp-fmtstream.h: Check whether
	__STRICT_ANSI__ is defined with #ifdef rather
	than #if.
	* argp/argp.h: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b33175657..37d34f6444 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2014-03-17  Will Newton  <will.newton@linaro.org>
 
+	* argp/argp-fmtstream.h: Check whether
+	__STRICT_ANSI__ is defined with #ifdef rather
+	than #if.
+	* argp/argp.h: Likewise.
+
 	* libio/genops.c: Check whether
 	_IO_JUMPS_OFFSET is defined with #ifdef rather
 	than #if.