* floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jul 2012 02:56:00 +0000 (19:56 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jul 2012 02:56:00 +0000 (19:56 -0700)
commit7c26cf3ccd4ea49d42c2b3d21e59330143085f17
tree541a7e143c072733fb518c498e4d61085c37eb41
parent5dad233cb8553df9b37da260dd9cc350f781b2df
* floatfns.c (Fabs): Do not wrap fabs inside IN_FLOAT.

Unlike the other wrapped functions, fabs has an unspecified
effect on errno.

Fixes: debbugs:11913
src/ChangeLog
src/floatfns.c