diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-03-05 08:55:16 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-03-05 08:55:16 +0000 |
commit | b73e65bb44e2bac2b3e0a7a2a9f596ccb47e05a5 (patch) | |
tree | ea53356762fe9c443a6aac111f4477427ccf6888 /newlib/ChangeLog | |
parent | 56fbdfab68cf4577781e8623fe4c6d13ca7ec727 (diff) | |
download | cygnal-b73e65bb44e2bac2b3e0a7a2a9f596ccb47e05a5.tar.gz cygnal-b73e65bb44e2bac2b3e0a7a2a9f596ccb47e05a5.tar.bz2 cygnal-b73e65bb44e2bac2b3e0a7a2a9f596ccb47e05a5.zip |
* libm/math/ef_sqrt.c: Delete unused variable sign.
* libc/stdlib/getenv.c: Delete "char *_findenv_r ();", as is not a
proper prototype, and is properly prototyped in stdlib.h, anyway.
* libc/stdlib/getenv_r.c: Ditto.
* libc/search/hash.c: Add _DEFUN to __hash_open() declaration; add
#define __DBINTERFACE_PRIVATE to activate prototypes from db_local.h.
* libc/search/db_local.h: Correct __hash_open() prototype.
* libc/sys/linux/cmath/math_private.h: Eliminate compiler warnings:
Remove #define INFINITY (redefines from math.h); remove #define __isnanf
and #define __isinff isinff.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index be249d8b7..e2791eacf 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,5 +1,18 @@ +2010-03-05 Craig Howland <howland@LGSInnovations.com> + + * libm/math/ef_sqrt.c: Delete unused variable sign. + * libc/stdlib/getenv.c: Delete "char *_findenv_r ();", as is not a + proper prototype, and is properly prototyped in stdlib.h, anyway. + * libc/stdlib/getenv_r.c: Ditto. + * libc/search/hash.c: Add _DEFUN to __hash_open() declaration; add + #define __DBINTERFACE_PRIVATE to activate prototypes from db_local.h. + * libc/search/db_local.h: Correct __hash_open() prototype. + * libc/sys/linux/cmath/math_private.h: Eliminate compiler warnings: + Remove #define INFINITY (redefines from math.h); remove #define __isnanf + and #define __isinff isinff. + 2010-03-02 Craig Howland <howland@LGSInnovations.com> - + * libc/include/sys/features.h: Add POSIX.1-permitted definition of _POSIX_C_SOURCE if not already defined and _XOPEN_SOURCE has an appropriate value. Specifically, check for POSIX.1-2008 & 2001 values. |