From 9f2ecfff1cd46e09252f11c4f01f574bb4e437f1 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 14 Oct 2010 20:14:33 +0000 Subject: 2010-10-14 Craig Howland * libc/include/math.h: Delete cabs() and cabs() prototypes (c.f. 2010-10-08 change by Corinna). --- newlib/libc/include/math.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'newlib/libc/include/math.h') diff --git a/newlib/libc/include/math.h b/newlib/libc/include/math.h index 6e9da28f6..d70f65bba 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 *)); -- cgit v1.2.3