Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-11-18 01:35:46 +0300
committerJeff Johnston <jjohnstn@redhat.com>2009-11-18 01:35:46 +0300
commit46471257e90bdc2c46e03a6371a329f8cac34d0c (patch)
tree54191b889edc54130762d564d82e35a305dcb7fe /newlib/libm
parentdd3a778c28d4a42ecf3eecde0980656a476945cb (diff)
2009-11-17 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* libm/common/fdlibm.h (logb, logbf): Move decls from here... * libc/include/math.h (logb, logbf): ...to here.
Diffstat (limited to 'newlib/libm')
-rw-r--r--newlib/libm/common/fdlibm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libm/common/fdlibm.h b/newlib/libm/common/fdlibm.h
index 7a0f28db4..3877ff2dc 100644
--- a/newlib/libm/common/fdlibm.h
+++ b/newlib/libm/common/fdlibm.h
@@ -139,7 +139,6 @@
/* Functions that are not documented, and are not in <math.h>. */
-extern double logb __P((double));
#ifdef _SCALB_INT
extern double scalb __P((double, int));
#else
@@ -186,7 +185,6 @@ extern double __kernel_tan __P((double,double,int));
extern int __kernel_rem_pio2 __P((double*,double*,int,int,int,const __int32_t*));
/* Undocumented float functions. */
-extern float logbf __P((float));
#ifdef _SCALB_INT
extern float scalbf __P((float, int));
#else