summaryrefslogtreecommitdiffstats
path: root/unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.h')
-rw-r--r--unwind.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unwind.h b/unwind.h
index 768e71e1..ad438ca9 100644
--- a/unwind.h
+++ b/unwind.h
@@ -150,7 +150,7 @@ extern "C" {
#endif
int jmp_save(struct jmp *);
-void jmp_restore(struct jmp *, int);
+noreturn void jmp_restore(struct jmp *, int);
#ifdef __cplusplus
}