summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_cbrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/msun/src/s_cbrt.c')
-rw-r--r--lib/msun/src/s_cbrt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/msun/src/s_cbrt.c b/lib/msun/src/s_cbrt.c
index 27ecd97..910f75b 100644
--- a/lib/msun/src/s_cbrt.c
+++ b/lib/msun/src/s_cbrt.c
@@ -111,3 +111,7 @@ cbrt(double x)
return(t);
}
+
+#if (LDBL_MANT_DIG == 53)
+__weak_reference(cbrt, cbrtl);
+#endif
OpenPOWER on IntegriCloud