OSDN Git Service

* libm/math/ef_sqrt.c: Delete unused variable sign.
authorcorinna <corinna>
Fri, 5 Mar 2010 17:55:15 +0000 (17:55 +0000)
committercorinna <corinna>
Fri, 5 Mar 2010 17:55:15 +0000 (17:55 +0000)
commit9447f1a757a2d06f8786b408ef99e51a88ad5c9c
treec8cc07fb28be205eb3371bf0aa6d0b9b3c0f5ff9
parent633c813212a01d9b62b8e1c3a28613d9cf99a69b
* 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