summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/catrig.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/catrig.c')
-rw-r--r--lib/msun/src/catrig.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/msun/src/catrig.c b/lib/msun/src/catrig.c
index f392862..ebfe356 100644
--- a/lib/msun/src/catrig.c
+++ b/lib/msun/src/catrig.c
@@ -637,3 +637,12 @@ catan(double complex z)
return (CMPLX(cimag(w), creal(w)));
}
+
+#if LDBL_MANT_DIG == 53
+__weak_reference(cacosh, cacoshl);
+__weak_reference(cacos, cacosl);
+__weak_reference(casinh, casinhl);
+__weak_reference(casin, casinl);
+__weak_reference(catanh, catanhl);
+__weak_reference(catan, catanl);
+#endif
OpenPOWER on IntegriCloud