about summary refs log tree commit diff
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
parent5638ea42cb10621be1c1823dff75ad2d7d07108b (diff)
downloadglibc-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.
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/alpha/__math.h2
2 files changed, 1 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cba1e5d99..81c0273e46 100644
--- 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.
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)
 {