2010-10-14 Craig Howland <howland@LGSInnovations.com>

* libc/include/math.h:  Delete cabs() and cabs() prototypes
        (c.f. 2010-10-08 change by Corinna).
This commit is contained in:
Jeff Johnston 2010-10-14 20:14:33 +00:00
parent 0e517c3759
commit 9f2ecfff1c
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-10-14 Craig Howland <howland@LGSInnovations.com>
* libc/include/math.h: Delete cabs() and cabs() prototypes
(c.f. 2010-10-08 change by Corinna).
2010-10-08 Bernd Schmidt <bernds@codesourcery.com>
Joseph Myers <joseph@codesourcery.com>

View File

@ -440,7 +440,6 @@ extern _LONG_LONG_TYPE llrintl _PARAMS((_LONG_DOUBLE));
#if !defined (__STRICT_ANSI__) || defined(__cplusplus)
extern double cabs();
extern double drem _PARAMS((double, double));
extern void sincos _PARAMS((double, double *, double *));
extern double gamma_r _PARAMS((double, int *));
@ -453,7 +452,6 @@ extern double j0 _PARAMS((double));
extern double j1 _PARAMS((double));
extern double jn _PARAMS((int, double));
extern float cabsf();
extern float dremf _PARAMS((float, float));
extern void sincosf _PARAMS((float, float *, float *));
extern float gammaf_r _PARAMS((float, int *));