summaryrefslogtreecommitdiff
path: root/src/stdio/sprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/sprintf.c')
-rw-r--r--src/stdio/sprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/sprintf.c b/src/stdio/sprintf.c
index ab1729b2..5b1ad29f 100644
--- a/src/stdio/sprintf.c
+++ b/src/stdio/sprintf.c
@@ -4,6 +4,7 @@
/** write formatted output to a string **/
+GCC_SSE_HACK
int sprintf(char * restrict s, const char * restrict format, ...)
{
int ret = 0;