From cd84d1c2d06ad0a30f3aebb8ff86727df67ba0da Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 4 Apr 2016 15:49:31 -0500 Subject: math: update isinf/isnan function comments after move to math.h Signed-off-by: Yaakov Selkowitz --- newlib/libc/include/math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/include/math.h') diff --git a/newlib/libc/include/math.h b/newlib/libc/include/math.h index 798fc6d87..80a8048ce 100644 --- a/newlib/libc/include/math.h +++ b/newlib/libc/include/math.h @@ -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 ). */ + * (prototypes for them are earlier in this header). */ #if __GNUC_PREREQ (4, 4) #define fpclassify(__x) (__builtin_fpclassify (FP_NAN, FP_INFINITE, \ -- cgit v1.2.3