summaryrefslogtreecommitdiffstats
path: root/newlib/libm/common/sf_isinf.c
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowi@redhat.com>2016-04-04 15:49:31 -0500
committerYaakov Selkowitz <yselkowi@redhat.com>2016-04-05 08:49:44 -0500
commitcd84d1c2d06ad0a30f3aebb8ff86727df67ba0da (patch)
treeaa9a1f9d83b8963439df7a16d05c10b82dced7cf /newlib/libm/common/sf_isinf.c
parent8d67708a08082df4b077ee35dcfd4947c0a5b1f3 (diff)
downloadcygnal-cd84d1c2d06ad0a30f3aebb8ff86727df67ba0da.tar.gz
cygnal-cd84d1c2d06ad0a30f3aebb8ff86727df67ba0da.tar.bz2
cygnal-cd84d1c2d06ad0a30f3aebb8ff86727df67ba0da.zip
math: update isinf/isnan function comments after move to math.h
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libm/common/sf_isinf.c')
-rw-r--r--newlib/libm/common/sf_isinf.c5
1 files changed, 2 insertions, 3 deletions
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 <math.h> macro in the C99 standard. It was previously
* implemented as isinf and isinff functions by newlib and are still declared
- * as such in <ieeefp.h>. Newlib supplies it here as a function if the user
- * chooses to use <ieeefp.h> or needs to link older code compiled with the
- * previous <math.h> declaration.
+ * as such in <math.h>. Newlib supplies it here as a function if the user
+ * chooses to use it instead of the C99 macro.
*/
#include "fdlibm.h"