From: Brendan Kehoe Date: Fri, 10 Mar 1995 02:16:23 +0000 (+0000) Subject: * sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN ... X-Git-Tag: upstream/2.30~30127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5638ea42cb10621be1c1823dff75ad2d7d07108b;p=external%2Fglibc.git * sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN keyword. * sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN keyword. --- diff --git a/ChangeLog b/ChangeLog index 5db7a44..4cba1e5 100644 --- 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. diff --git a/sysdeps/alpha/__longjmp.c b/sysdeps/alpha/__longjmp.c index 19a2e26..ad04898 100644 --- a/sysdeps/alpha/__longjmp.c +++ b/sysdeps/alpha/__longjmp.c @@ -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) {