summaryrefslogtreecommitdiff
path: root/test/setjmp/sigjmpbug.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-29 03:06:31 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-29 03:06:31 +0000
commitdf80b74f4b2d282ae9b07e951a798936bb706a48 (patch)
treed71b0b77860dfaa4412f3c0f55d73f17cf95574b /test/setjmp/sigjmpbug.c
parent92a56f367e6635bebf4e519a49943c15d2981d85 (diff)
mark some funcs as noreturn
Diffstat (limited to 'test/setjmp/sigjmpbug.c')
-rw-r--r--test/setjmp/sigjmpbug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/setjmp/sigjmpbug.c b/test/setjmp/sigjmpbug.c
index 8c3be1cee..5b1718185 100644
--- a/test/setjmp/sigjmpbug.c
+++ b/test/setjmp/sigjmpbug.c
@@ -7,6 +7,7 @@
int ret;
int verbose;
+__attribute__ ((__noreturn__))
static void
sub5 (jmp_buf buf)
{