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