diff options
Diffstat (limited to 'newlib/libc/machine/powerpc/strtoufix64.c')
-rw-r--r-- | newlib/libc/machine/powerpc/strtoufix64.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/newlib/libc/machine/powerpc/strtoufix64.c b/newlib/libc/machine/powerpc/strtoufix64.c index e06f4db6c..47a7984e4 100644 --- a/newlib/libc/machine/powerpc/strtoufix64.c +++ b/newlib/libc/machine/powerpc/strtoufix64.c @@ -1,3 +1,5 @@ +#ifdef __SPE__ + #include <_ansi.h> #include <limits.h> #include <errno.h> @@ -111,5 +113,4 @@ _DEFUN (strtoufix64, (s, ptr, base), #endif - - +#endif /* __SPE__ */ |