FreeBSD Bugzilla – Attachment #173822: diff(1) patch to properly alias fmodl on platforms where long double == double for
bug #211965
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 211965
| Differences between
svn(1) diff of lib/msun/src, standardizing conditionals and properly aliasing fmodl
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