summaryrefslogtreecommitdiff
path: root/sysdeps/alpha
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@zen.org>1995-03-10 02:16:23 +0000
committerBrendan Kehoe <brendan@zen.org>1995-03-10 02:16:23 +0000
commit5638ea42cb10621be1c1823dff75ad2d7d07108b (patch)
tree5e494035b62933481096e17af580672b4801a88b /sysdeps/alpha
parent127b3c3596da5da5b40cbfb4554cb101a2299635 (diff)
* sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN keyword.
* sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN keyword.
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r--sysdeps/alpha/__longjmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/alpha/__longjmp.c b/sysdeps/alpha/__longjmp.c
index 19a2e26696..ad0489894d 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)
{