diff options
author | Bruno Haible <bruno@clisp.org> | 2010-12-26 03:45:21 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-12-26 03:45:21 +0100 |
commit | 7cd979fbd80e6c99f8267044903fced42d96adbc (patch) | |
tree | e02609007b79f4aed207e604818aaece35388fc3 /ChangeLog | |
parent | a9e64925098b2544c4758e077b2338d417a708c8 (diff) | |
download | gnulib-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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>. |