diff options
Diffstat (limited to 'src/stdio/fprintf.c')
| -rw-r--r-- | src/stdio/fprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/fprintf.c b/src/stdio/fprintf.c index f7a0bc9c..bab6455a 100644 --- a/src/stdio/fprintf.c +++ b/src/stdio/fprintf.c @@ -5,6 +5,7 @@ /** write formatted output to a file stream **/ +GCC_SSE_HACK int fprintf(FILE * restrict stream, const char * restrict format, ...) { int ret = 0; |
