about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-09-04 10:52:28 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-09-04 17:56:31 +0200
commitb38042f51430974642616a60afbbf96fd0b98659 (patch)
treec729d45879af209b07ee0d3c30a4c83840f3540c /ChangeLog
parent059b64046e2ca4e55d28a65ef7235da8eeb525ea (diff)
downloadglibc-b38042f51430974642616a60afbbf96fd0b98659.tar.gz
glibc-b38042f51430974642616a60afbbf96fd0b98659.tar.xz
glibc-b38042f51430974642616a60afbbf96fd0b98659.zip
math.h: Warn about an already-defined log macro
This is a common programming error, and the cause of the problem is not
always obvious.

<tgmath.h> defines a log macro, but it includes <math.h> before that, so
that is compatible with the warning.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef4a6edc5e..a9fb242bf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-04  Florian Weimer  <fweimer@redhat.com>
+
+	* math/math.h: Issue warning if log is defined.
+
 2017-09-04  Joseph Myers  <joseph@codesourcery.com>
 
 	* scripts/build-many-glibcs.py (Context.checkout): Default Linux