math: update isinf/isnan function comments after move to math.h

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
Yaakov Selkowitz
2016-04-04 15:49:31 -05:00
parent 8d67708a08
commit cd84d1c2d0
7 changed files with 19 additions and 19 deletions

View File

@ -228,7 +228,7 @@ extern int __signbitd (double x);
* supporting multiple floating point types. Thus, they are
* now defined as macros. Implementations of the old functions
* taking double arguments still exist for compatibility purposes
* (prototypes for them are in <ieeefp.h>). */
* (prototypes for them are earlier in this header). */
#if __GNUC_PREREQ (4, 4)
#define fpclassify(__x) (__builtin_fpclassify (FP_NAN, FP_INFINITE, \