diff options
author | Brendan Kehoe <brendan@zen.org> | 1995-03-10 02:44:20 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@zen.org> | 1995-03-10 02:44:20 +0000 |
commit | eded85e01ed04ad48b743fd84ffb3e480c8fa4a7 (patch) | |
tree | 69da33b3c49dc98f999d161323e56c36cfcc6ecb /sysdeps | |
parent | 5638ea42cb10621be1c1823dff75ad2d7d07108b (diff) | |
download | glibc-eded85e01ed04ad48b743fd84ffb3e480c8fa4a7.tar.gz glibc-eded85e01ed04ad48b743fd84ffb3e480c8fa4a7.tar.xz glibc-eded85e01ed04ad48b743fd84ffb3e480c8fa4a7.zip |
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')
-rw-r--r-- | sysdeps/alpha/__math.h | 2 |
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) { |