From eded85e01ed04ad48b743fd84ffb3e480c8fa4a7 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Fri, 10 Mar 1995 02:44:20 +0000 Subject: duh, don't need __attribute__ in the alpha header, it's in the toplevel one * sysdeps/alpha/__math.h (__copysign): Remove obsolete __CONSTVALUE. --- sysdeps/alpha/__math.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps') diff --git a/sysdeps/alpha/__math.h b/sysdeps/alpha/__math.h index 06e43db..5461fca 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) { -- cgit v1.1