Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/powerpc/strtosfix32.c')
-rw-r--r--newlib/libc/machine/powerpc/strtosfix32.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/machine/powerpc/strtosfix32.c b/newlib/libc/machine/powerpc/strtosfix32.c
index 0f2ded6f7..2e22c1458 100644
--- a/newlib/libc/machine/powerpc/strtosfix32.c
+++ b/newlib/libc/machine/powerpc/strtosfix32.c
@@ -1,3 +1,5 @@
+#ifdef __SPE__
+
#include <_ansi.h>
#include <limits.h>
#include <errno.h>
@@ -98,3 +100,5 @@ _DEFUN (strtosfix32, (s, ptr, base),
}
#endif
+
+#endif /* __SPE__ */