aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-opt/w_asinl_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/ieee754/ldbl-opt/w_asinl_compat.c')
-rw-r--r--sysdeps/ieee754/ldbl-opt/w_asinl_compat.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-opt/w_asinl_compat.c b/sysdeps/ieee754/ldbl-opt/w_asinl_compat.c
index 087fab25bb..a53f1cb1f5 100644
--- a/sysdeps/ieee754/ldbl-opt/w_asinl_compat.c
+++ b/sysdeps/ieee754/ldbl-opt/w_asinl_compat.c
@@ -2,4 +2,6 @@
#undef weak_alias
#define weak_alias(n,a)
#include <math/w_asinl_compat.c>
+#if LIBM_SVID_COMPAT
long_double_symbol (libm, __asinl, asinl);
+#endif