diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2010-10-14 20:14:33 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2010-10-14 20:14:33 +0000 |
commit | 9f2ecfff1cd46e09252f11c4f01f574bb4e437f1 (patch) | |
tree | e07a5ed1721fa792edbe2b7e4228b7f4779a5d5b /newlib/libc/include/math.h | |
parent | 0e517c37599e62f2761922e29a52795493fc4ab2 (diff) | |
download | newlib-9f2ecfff1cd46e09252f11c4f01f574bb4e437f1.zip newlib-9f2ecfff1cd46e09252f11c4f01f574bb4e437f1.tar.gz newlib-9f2ecfff1cd46e09252f11c4f01f574bb4e437f1.tar.bz2 |
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).
Diffstat (limited to 'newlib/libc/include/math.h')
-rw-r--r-- | newlib/libc/include/math.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/include/math.h b/newlib/libc/include/math.h index 6e9da28..d70f65b 100644 --- a/newlib/libc/include/math.h +++ b/newlib/libc/include/math.h @@ -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 *)); |