summaryrefslogtreecommitdiff
path: root/sysdeps/m68k/fpu/s_exp2f.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/fpu/s_exp2f.c')
-rw-r--r--sysdeps/m68k/fpu/s_exp2f.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/m68k/fpu/s_exp2f.c b/sysdeps/m68k/fpu/s_exp2f.c
index 20ac916d1a..593842e4e5 100644
--- a/sysdeps/m68k/fpu/s_exp2f.c
+++ b/sysdeps/m68k/fpu/s_exp2f.c
@@ -1,2 +1,2 @@
-#define FUNC exp2f
-#include <s_atanf.c>
+#define FUNC __ieee754_exp2f
+#include <e_acosf.c>