View | Details | Raw Unified | Return to bug 211965 | Differences between
and this patch

Collapse All | Expand All

(-)e_fmod.c 2016-08-17 23:23:09.025267000 -0500 (+5 lines)
Lines 131-132 Link Here
131
       return x;               /* exact output */
131
       return x;               /* exact output */
132
}
132
}
133
134
#if LDBL_MANT_DIG == 53
135
__weak_reference(fmod, fmodl);
136
#endif
137

Return to bug 211965