diff options
Diffstat (limited to 'newlib/libc/machine/spu/scanf.c')
-rw-r--r-- | newlib/libc/machine/spu/scanf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/machine/spu/scanf.c b/newlib/libc/machine/spu/scanf.c index 0f4817d90..a5f22988e 100644 --- a/newlib/libc/machine/spu/scanf.c +++ b/newlib/libc/machine/spu/scanf.c @@ -41,6 +41,10 @@ Author: Joel Schopp <jschopp@austin.ibm.com> #include <varargs.h> #endif +#ifdef INTEGER_ONLY +# define scanf iscanf +#endif + typedef struct { _CONST char* fmt; |