summaryrefslogtreecommitdiff
path: root/tests/dumb_buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dumb_buffer.c')
-rw-r--r--tests/dumb_buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dumb_buffer.c b/tests/dumb_buffer.c
index 44f60b6f..cb8d2f51 100644
--- a/tests/dumb_buffer.c
+++ b/tests/dumb_buffer.c
@@ -278,7 +278,7 @@ static void *thread_clear(void *data)
static jmp_buf sigjmp;
-static void sigprobe(int sig)
+__noreturn static void sigprobe(int sig)
{
longjmp(sigjmp, sig);
}