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