]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
duh, don't need __attribute__ in the alpha header, it's in the toplevel one
authorBrendan Kehoe <brendan@zen.org>
Fri, 10 Mar 1995 02:44:20 +0000 (02:44 +0000)
committerBrendan Kehoe <brendan@zen.org>
Fri, 10 Mar 1995 02:44:20 +0000 (02:44 +0000)
* sysdeps/alpha/__math.h (__copysign): Remove obsolete __CONSTVALUE.

ChangeLog
sysdeps/alpha/__math.h

index 4cba1e5d994d09d1bdc7b23d7fac7ea06d58e88b..81c0273e463a5c986adee0f42d71a868e93910fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,7 @@ Thu Mar  9 17:16:53 1995  Brendan Kehoe  (brendan@zen.org)
 
        * sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN
        keyword.
-
-       * sysdeps/alpha/__math.h (__copysign): Use attribute instead of old
-       __CONSTVALUE by adding forward decl first with the const attribute.
+       * sysdeps/alpha/__math.h (__copysign): Remove obsolete __CONSTVALUE.
 
        * configure.in: Match `osf*', not `osf1*'.
        * configure: Likewise.
index 06e43dbf0472da5fd39e771db611a46cd83bbedd..5461fca2ac9abf6fba69d3bddd950990d9c6b594 100644 (file)
@@ -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)
 {