summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/powerpc/strtoufix32.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/powerpc/strtoufix32.c')
-rw-r--r--newlib/libc/machine/powerpc/strtoufix32.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/machine/powerpc/strtoufix32.c b/newlib/libc/machine/powerpc/strtoufix32.c
index 141c6278f..25e9d143f 100644
--- a/newlib/libc/machine/powerpc/strtoufix32.c
+++ b/newlib/libc/machine/powerpc/strtoufix32.c
@@ -1,3 +1,5 @@
+#ifdef __SPE__
+
#include <_ansi.h>
#include <limits.h>
#include <errno.h>
@@ -95,3 +97,5 @@ _DEFUN (strtoufix32, (s, ptr, base),
}
#endif
+
+#endif /* __SPE__ */