about summary refs log tree commit diff
path: root/sysdeps/generic/__longjmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/__longjmp.c')
-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 84d23d4fcd..896e6aa7c8 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;