* libc/stdio/vfprintf.c (__sbprintf): Fix comment.

This commit is contained in:
Corinna Vinschen 2012-10-16 19:03:01 +00:00
parent 25742157d7
commit 1772168778
2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,12 @@
2012-10-16 Corinna Vinschen <vinschen@redhat.com>
* libc/stdio/vfprintf.c (__sbprintf): Fix comment.
2012-10-16 Aurelien Jacobs <aurel@gnuage.org>
* libc/include/assert.h (static_assert): Define.
2012-10-15 Corinna Vinschen <vinschen@redhat.com>
2012-10-16 Corinna Vinschen <vinschen@redhat.com>
* libc/include/sys/features.h (__GNUC_PREREQ): Define. Use
throughout in place of explicit GNUC version checks.

View File

@ -334,7 +334,7 @@ int __sprint_r (struct _reent *, FILE *, register struct __suio *);
* temporary buffer. We only work on write-only files; this avoids
* worries about ungetc buffers and so forth.
*
* Make sure to avoid inlining when optimizing for size.
* Make sure to avoid inlining.
*/
_NOINLINE_STATIC int
_DEFUN(__sbprintf, (rptr, fp, fmt, ap),