summaryrefslogtreecommitdiff
path: root/src/stdio/fprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fprintf.c')
-rw-r--r--src/stdio/fprintf.c1
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;