aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/alpha/__longjmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/alpha/__longjmp.c')
-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 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)
{