diff options
Diffstat (limited to 'newlib/libc/machine/spu/fprintf.c')
-rw-r--r-- | newlib/libc/machine/spu/fprintf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/machine/spu/fprintf.c b/newlib/libc/machine/spu/fprintf.c index 66d37aa56..39e012ace 100644 --- a/newlib/libc/machine/spu/fprintf.c +++ b/newlib/libc/machine/spu/fprintf.c @@ -41,6 +41,10 @@ Author: Joel Schopp <jschopp@austin.ibm.com> #include <varargs.h> #endif +#ifdef INTEGER_ONLY +# define fprintf fiprintf +#endif + typedef struct { int fp; |