From: Ulrich Drepper Date: Tue, 9 Dec 1997 23:48:27 +0000 (+0000) Subject: Remove cabs definition. X-Git-Tag: cvs/glibc-2_0_6pre3~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d2880144fcc97fdb988b51992b1e1d716c9d648;p=thirdparty%2Fglibc.git Remove cabs definition. --- diff --git a/sysdeps/alpha/__math.h b/sysdeps/alpha/__math.h index 50d8ac3b0a1..46058e1cc0f 100644 --- a/sysdeps/alpha/__math.h +++ b/sysdeps/alpha/__math.h @@ -1,5 +1,5 @@ /* Inline math functions for Alpha. -Copyright (C) 1996 Free Software Foundation, Inc. +Copyright (C) 1996, 1997 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by David Mosberger-Tang. @@ -41,13 +41,4 @@ atan (double __x) return __atan2 (__x, 1.0); } -#ifdef __USE_MISC -extern __inline double -cabs (struct __cabs_complex __z) -{ - extern double __hypot (double, double); - return __hypot(__z.x, __z.y); -} -#endif - #endif