summaryrefslogtreecommitdiff
path: root/sysdeps/alpha
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@zen.org>1995-03-10 02:44:20 +0000
committerBrendan Kehoe <brendan@zen.org>1995-03-10 02:44:20 +0000
commiteded85e01ed04ad48b743fd84ffb3e480c8fa4a7 (patch)
tree69da33b3c49dc98f999d161323e56c36cfcc6ecb /sysdeps/alpha
parent5638ea42cb10621be1c1823dff75ad2d7d07108b (diff)
duh, don't need __attribute__ in the alpha header, it's in the toplevel one
* sysdeps/alpha/__math.h (__copysign): Remove obsolete __CONSTVALUE.
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r--sysdeps/alpha/__math.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/alpha/__math.h b/sysdeps/alpha/__math.h
index 06e43dbf04..5461fca2ac 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)
{