diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-07-09 17:52:31 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-07-09 17:52:31 +0000 |
commit | 03d65dd99ba593d2dab1a8151fa7766b650755ac (patch) | |
tree | a5694d92c663d4d6ab36f0334bcea7ba0032fbf9 /newlib/ChangeLog | |
parent | 4d782b426a09120642906e12e21bf669b7bb77db (diff) | |
download | cygnal-03d65dd99ba593d2dab1a8151fa7766b650755ac.tar.gz cygnal-03d65dd99ba593d2dab1a8151fa7766b650755ac.tar.bz2 cygnal-03d65dd99ba593d2dab1a8151fa7766b650755ac.zip |
* libc/include/math.h (nan, nanf): Update prototype to C99.
* libm/common/s_nan.c (nan): Likewise.
* libm/common/s_nanf.c (nanf, nan): Likewise.
* libc/sys/linux/cmath/math_private.h (nan, nanf): Likewise.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 6678bc4d2..95ada5031 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2003-07-09 Alexandre Oliva <aoliva@redhat.com> + + * libc/include/math.h (nan, nanf): Update prototype to C99. + * libm/common/s_nan.c (nan): Likewise. + * libm/common/s_nanf.c (nanf, nan): Likewise. + * libc/sys/linux/cmath/math_private.h (nan, nanf): Likewise. + 2003-07-07 Jeff Johnston <jjohnstn@redhat.com> * libc/include/stdbool.h: Removed as this is defined by gcc. |