about summary refs log tree commit diff
path: root/math/w_expf.c
diff options
context:
space:
mode:
Diffstat (limited to 'math/w_expf.c')
-rw-r--r--math/w_expf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/w_expf.c b/math/w_expf.c
index 6d5f03c5f9..00d191ec15 100644
--- a/math/w_expf.c
+++ b/math/w_expf.c
@@ -5,3 +5,4 @@
 #define declare_mgen_alias(a, b)
 #include <w_exp_template.c>
 versioned_symbol (libm, __expf, expf, GLIBC_2_27);
+libm_alias_float_other (__exp, exp)