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/libm/common/sf_isinf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'newlib/libm/common/sf_isinf.c') diff --git a/newlib/libm/common/sf_isinf.c b/newlib/libm/common/sf_isinf.c index 6595a681c..5b57a346f 100644 --- a/newlib/libm/common/sf_isinf.c +++ b/newlib/libm/common/sf_isinf.c @@ -3,9 +3,8 @@ * * isinf is a macro in the C99 standard. It was previously * implemented as isinf and isinff functions by newlib and are still declared - * as such in . Newlib supplies it here as a function if the user - * chooses to use or needs to link older code compiled with the - * previous declaration. + * as such in . Newlib supplies it here as a function if the user + * chooses to use it instead of the C99 macro. */ #include "fdlibm.h" -- cgit v1.2.3