|
@@ -77,7 +77,7 @@ nextafter(double x, double y)
|
|
|
}
|
|
|
|
|
|
#if (LDBL_MANT_DIG == 53)
|
|
|
-__strong_reference(nextafter, nexttoward);
|
|
|
-__strong_reference(nextafter, nexttowardl);
|
|
|
-__strong_reference(nextafter, nextafterl);
|
|
|
+__weak_reference(nextafter, nexttoward);
|
|
|
+__weak_reference(nextafter, nexttowardl);
|
|
|
+__weak_reference(nextafter, nextafterl);
|
|
|
#endif
|