From: Brendan Kehoe Date: Fri, 10 Mar 1995 02:44:20 +0000 (+0000) Subject: duh, don't need __attribute__ in the alpha header, it's in the toplevel X-Git-Tag: glibc-2.16-ports-before-merge~3938 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c632b258d8627d5c8f6899b6b3e49f4e5327882;p=thirdparty%2Fglibc.git duh, don't need __attribute__ in the alpha header, it's in the toplevel one --- diff --git a/sysdeps/alpha/__math.h b/sysdeps/alpha/__math.h index 06e43dbf047..5461fca2ac9 100644 --- a/sysdeps/alpha/__math.h +++ b/sysdeps/alpha/__math.h @@ -18,8 +18,6 @@ Cambridge, MA 02139, USA. */ #if defined (__GNUC__) && !defined (__NO_MATH_INLINES) -extern __inline double __copysign (double __x, double __y) __attribute__ ((__const__)); - extern __inline double __copysign (double __x, double __y) {