diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2016-04-04 15:49:31 -0500 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2016-04-05 08:49:44 -0500 |
commit | cd84d1c2d06ad0a30f3aebb8ff86727df67ba0da (patch) | |
tree | aa9a1f9d83b8963439df7a16d05c10b82dced7cf /newlib/libm/common/s_isinf.c | |
parent | 8d67708a08082df4b077ee35dcfd4947c0a5b1f3 (diff) | |
download | cygnal-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/s_isinf.c')
-rw-r--r-- | newlib/libm/common/s_isinf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/newlib/libm/common/s_isinf.c b/newlib/libm/common/s_isinf.c index db8e8f82b..f22acb7f1 100644 --- a/newlib/libm/common/s_isinf.c +++ b/newlib/libm/common/s_isinf.c @@ -4,9 +4,8 @@ * * isinf is a <math.h> macro in the C99 standard. It was previously * implemented as a function by newlib and is 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. + * <math.h>. Newlib supplies it here as a function if the user + * chooses to use it instead of the C99 macro. */ #include "fdlibm.h" |