bde 2008-02-08 01:22:13 UTC
FreeBSD src repository
Modified files:
lib/msun/src s_logb.c
Log:
Oops, fix the fix in rev.1.10. logb() and logbf() were broken on
denormals, and logb() remained broken after 1.10 because the fix for
logbf() was incompletely translated.
Convert to __FBSDID().
Revision Changes Path
1.12 +4 -5 src/lib/msun/src/s_logb.c