diff options
Diffstat (limited to 'newlib/libc/machine/spu/fprintf.c')
-rw-r--r-- | newlib/libc/machine/spu/fprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/machine/spu/fprintf.c b/newlib/libc/machine/spu/fprintf.c index 39e012ace..0fe3083da 100644 --- a/newlib/libc/machine/spu/fprintf.c +++ b/newlib/libc/machine/spu/fprintf.c @@ -75,7 +75,7 @@ fprintf(FILE * fp, _CONST char *fmt,...) va_start (args.ap); #endif - send_to_ppe(SPE_C99_SIGNALCODE, SPE_C99_VFPRINTF, &args); + __send_to_ppe(SPE_C99_SIGNALCODE, SPE_C99_VFPRINTF, &args); va_end (args.ap); return *ret; |