summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/fpu/e_scalbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/fpu/e_scalbf.c')
-rw-r--r--sysdeps/m68k/fpu/e_scalbf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/m68k/fpu/e_scalbf.c b/sysdeps/m68k/fpu/e_scalbf.c
index 1d2beae9ee..7943571246 100644
--- a/sysdeps/m68k/fpu/e_scalbf.c
+++ b/sysdeps/m68k/fpu/e_scalbf.c
@@ -1,2 +1,3 @@
-#define FUNC __ieee754_scalbf
-#include <e_fmodf.c>
+#define SUFF f
+#define float_type float
+#include <e_scalb.c>