* libc/stdio/vfprintf.c (__sbprintf): Fix comment.
This commit is contained in:
parent
25742157d7
commit
1772168778
|
@ -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>
|
2012-10-16 Aurelien Jacobs <aurel@gnuage.org>
|
||||||
|
|
||||||
* libc/include/assert.h (static_assert): Define.
|
* 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
|
* libc/include/sys/features.h (__GNUC_PREREQ): Define. Use
|
||||||
throughout in place of explicit GNUC version checks.
|
throughout in place of explicit GNUC version checks.
|
||||||
|
|
|
@ -334,7 +334,7 @@ int __sprint_r (struct _reent *, FILE *, register struct __suio *);
|
||||||
* temporary buffer. We only work on write-only files; this avoids
|
* temporary buffer. We only work on write-only files; this avoids
|
||||||
* worries about ungetc buffers and so forth.
|
* worries about ungetc buffers and so forth.
|
||||||
*
|
*
|
||||||
* Make sure to avoid inlining when optimizing for size.
|
* Make sure to avoid inlining.
|
||||||
*/
|
*/
|
||||||
_NOINLINE_STATIC int
|
_NOINLINE_STATIC int
|
||||||
_DEFUN(__sbprintf, (rptr, fp, fmt, ap),
|
_DEFUN(__sbprintf, (rptr, fp, fmt, ap),
|
||||||
|
|
Loading…
Reference in New Issue