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/libc/include/math.h | |
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/libc/include/math.h')
-rw-r--r-- | newlib/libc/include/math.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <ieeefp.h>). */ + * (prototypes for them are earlier in this header). */ #if __GNUC_PREREQ (4, 4) #define fpclassify(__x) (__builtin_fpclassify (FP_NAN, FP_INFINITE, \ |