summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/fpu/s_scalbnf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/fpu/s_scalbnf.c')
-rw-r--r--sysdeps/m68k/fpu/s_scalbnf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/m68k/fpu/s_scalbnf.c b/sysdeps/m68k/fpu/s_scalbnf.c
index 00461dc30c..55d64fd502 100644
--- a/sysdeps/m68k/fpu/s_scalbnf.c
+++ b/sysdeps/m68k/fpu/s_scalbnf.c
@@ -1,2 +1,6 @@
+#ifndef FUNC
#define FUNC scalbnf
#include <s_ldexpf.c>
+#endif
+#define float_type float
+#include <s_scalbn.c>