]> sourceware.org Git - newlib-cygwin.git/commit
* libm/math/ef_sqrt.c: Delete unused variable sign.
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 5 Mar 2010 08:55:16 +0000 (08:55 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 5 Mar 2010 08:55:16 +0000 (08:55 +0000)
commitb73e65bb44e2bac2b3e0a7a2a9f596ccb47e05a5
treeea53356762fe9c443a6aac111f4477427ccf6888
parent56fbdfab68cf4577781e8623fe4c6d13ca7ec727
* 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.
newlib/ChangeLog
newlib/libc/search/db_local.h
newlib/libc/search/hash.c
newlib/libc/stdlib/getenv.c
newlib/libc/stdlib/getenv_r.c
newlib/libc/sys/linux/cmath/math_private.h
newlib/libm/math/ef_sqrt.c
This page took 0.030063 seconds and 5 git commands to generate.