]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN ...
authorBrendan Kehoe <brendan@zen.org>
Fri, 10 Mar 1995 02:16:23 +0000 (02:16 +0000)
committerBrendan Kehoe <brendan@zen.org>
Fri, 10 Mar 1995 02:16:23 +0000 (02:16 +0000)
* sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN
keyword.

ChangeLog
sysdeps/alpha/__longjmp.c

index 5db7a446fc109a3751b27e35fc468f2ded0640cb..4cba1e5d994d09d1bdc7b23d7fac7ea06d58e88b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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.
 
index 19a2e266967804774abc69f65d3df8286b315524..ad0489894de681b6756f985b5f734a4cd9fda371 100644 (file)
@@ -35,7 +35,6 @@ register double
 
 /* Jump to the position specified by ENV, causing the
    setjmp call there to return VAL, or 1 if VAL is 0.  */
-__NORETURN 
 void
 __longjmp (const __jmp_buf env, int val)
 {
This page took 0.054962 seconds and 5 git commands to generate.