summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/powerpc/strtoufix16.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/powerpc/strtoufix16.c')
-rw-r--r--newlib/libc/machine/powerpc/strtoufix16.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/machine/powerpc/strtoufix16.c b/newlib/libc/machine/powerpc/strtoufix16.c
index 0c1fad30f..d90255c0e 100644
--- a/newlib/libc/machine/powerpc/strtoufix16.c
+++ b/newlib/libc/machine/powerpc/strtoufix16.c
@@ -105,6 +105,8 @@ PORTABILITY
The OS subroutines of <<strtod>> are required.
*/
+#ifdef __SPE__
+
#include <_ansi.h>
#include <limits.h>
#include <errno.h>
@@ -195,3 +197,5 @@ _DEFUN (strtoufix16, (s, ptr, base),
}
#endif
+
+#endif /* __SPE__ */