summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine/powerpc/atosfix16.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/machine/powerpc/atosfix16.c')
-rw-r--r--newlib/libc/machine/powerpc/atosfix16.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/newlib/libc/machine/powerpc/atosfix16.c b/newlib/libc/machine/powerpc/atosfix16.c
index 819c2f068..501c0f1cb 100644
--- a/newlib/libc/machine/powerpc/atosfix16.c
+++ b/newlib/libc/machine/powerpc/atosfix16.c
@@ -79,6 +79,8 @@ PORTABILITY
* Jeff Johnston - 02/13/2002
*/
+#ifdef __SPE__
+
#include <stdlib.h>
#include <_ansi.h>
@@ -100,3 +102,4 @@ _DEFUN (atosfix16, (s),
#endif /* !_REENT_ONLY */
+#endif /* __SPE__ */