summaryrefslogtreecommitdiff
path: root/lib/cleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cleanup.c')
-rw-r--r--lib/cleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cleanup.c b/lib/cleanup.c
index 5aa2e501..cf8aec1c 100644
--- a/lib/cleanup.c
+++ b/lib/cleanup.c
@@ -45,7 +45,7 @@ static struct sigaction saved_term_action;
/* Run cleanups, then reraise signal with default handler. */
-static void
+static _Noreturn void
sighandler (int signo)
{
struct sigaction act;