summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyril Hrubis <metan@ucw.cz>2012-06-15 09:09:05 +0200
committerAndreas Jaeger <aj@suse.de>2012-06-15 09:09:59 +0200
commita3aeac403e69ad264274f0e24a16066376a84708 (patch)
tree366ddf4907dd310d657338de11fccf46bf820068 /ChangeLog
parent49bdf4c19d35c8ae4070699dc0267db3b9a7d79c (diff)
Add __wur to GNU version of strerror_r.
Not using the result of the GNU strerror_r() is always a mistake. Moreover this would generate warning if XSI version was expected but GNU version was used instead (because some random used header defined _GNU_SOURCE which was Python.h in this case).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 62638615be..d0972ea17f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-15 Cyril Hrubis <metan@ucw.cz>
+
+ * string/string.h: Add __wur to GNU version of strerror_r.
+
2012-06-14 H.J. Lu <hongjiu.lu@intel.com>
[BZ #14229]