summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/fpu/e_scalbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/fpu/e_scalbl.c')
-rw-r--r--sysdeps/m68k/fpu/e_scalbl.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/m68k/fpu/e_scalbl.c b/sysdeps/m68k/fpu/e_scalbl.c
index 92ab7a4ad1..35fb2dc0ed 100644
--- a/sysdeps/m68k/fpu/e_scalbl.c
+++ b/sysdeps/m68k/fpu/e_scalbl.c
@@ -1,2 +1,3 @@
-#define FUNC __ieee754_scalbl
-#include <e_fmodl.c>
+#define SUFF l
+#define float_type long double
+#include <e_scalb.c>