projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52551d8
)
Do not inline buffered_vfprintf to decrease stack usage.
author
Andreas Jaeger
<aj@suse.de>
Sun, 30 Nov 2003 19:21:39 +0000
(19:21 +0000)
committer
Andreas Jaeger
<aj@suse.de>
Sun, 30 Nov 2003 19:21:39 +0000
(19:21 +0000)
stdio-common/vfprintf.c
patch
|
blob
|
history
diff --git
a/stdio-common/vfprintf.c
b/stdio-common/vfprintf.c
index
0833303
..
94fd37e
100644
(file)
--- a/
stdio-common/vfprintf.c
+++ b/
stdio-common/vfprintf.c
@@
-209,7
+209,7
@@
static const CHAR_T null[] = L_("(null)");
/* Helper function to provide temporary buffering for unbuffered streams. */
static int buffered_vfprintf __P ((FILE *stream, const CHAR_T *fmt, va_list))
- internal_function;
+
__attribute__ ((noinline))
internal_function;
/* Handle unknown format specifier. */
static int printf_unknown __P ((FILE *, const struct printf_info *,