aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/generic/__longjmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/generic/__longjmp.c b/sysdeps/generic/__longjmp.c
index 84d23d4..896e6aa 100644
--- a/sysdeps/generic/__longjmp.c
+++ b/sysdeps/generic/__longjmp.c
@@ -22,7 +22,6 @@
/* Jump to the position specified by ENV, causing the
setjmp call there to return VAL, or 1 if VAL is 0. */
-__NORETURN
void
__longjmp (env, val)
const __jmp_buf env;