summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-12-26 03:45:21 +0100
committerBruno Haible <bruno@clisp.org>2010-12-26 03:45:21 +0100
commit7cd979fbd80e6c99f8267044903fced42d96adbc (patch)
treee02609007b79f4aed207e604818aaece35388fc3 /ChangeLog
parenta9e64925098b2544c4758e077b2338d417a708c8 (diff)
downloadgnulib-7cd979fbd80e6c99f8267044903fced42d96adbc.tar.gz
printf-posix: Fix link error when a non-GCC compiler is used.
* lib/stdio.in.h (printf): When not using GCC, override printf correctly. Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 763cd2e598..26d64d2630 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-12-25 Bruno Haible <bruno@clisp.org>
+ printf-posix: Fix link error when a non-GCC compiler is used.
+ * lib/stdio.in.h (printf): When not using GCC, override printf
+ correctly.
+ Reported by Joachim Schmitz <jojo@schmitz-digital.de>.
+
+2010-12-25 Bruno Haible <bruno@clisp.org>
+
strerror_r-posix: Update doc.
* doc/posix-functions/strerror_r.texi: Update doc about the return
value. See <http://sources.redhat.com/bugzilla/show_bug.cgi?id=12204>.