about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--sysdeps/powerpc/powerpc32/fpu/multiarch/s_ceil-ppc32.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/powerpc/powerpc32/fpu/multiarch/s_ceil-ppc32.S b/sysdeps/powerpc/powerpc32/fpu/multiarch/s_ceil-ppc32.S
index 81068d5b98..d69b921b70 100644
--- a/sysdeps/powerpc/powerpc32/fpu/multiarch/s_ceil-ppc32.S
+++ b/sysdeps/powerpc/powerpc32/fpu/multiarch/s_ceil-ppc32.S
@@ -8,6 +8,6 @@
 #undef compat_symbol
 #define compat_symbol(a,b,c,d)
 
-#define __floor __floor_ppc32
+#define __ceil __ceil_ppc32
 
-#include <sysdeps/powerpc/powerpc32/fpu/s_floor.S>
+#include <sysdeps/powerpc/powerpc32/fpu/s_ceil.S>