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