aboutsummaryrefslogtreecommitdiff
path: root/src/openrc-shutdown/broadcast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openrc-shutdown/broadcast.c')
-rw-r--r--src/openrc-shutdown/broadcast.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/openrc-shutdown/broadcast.c b/src/openrc-shutdown/broadcast.c
index 232f4ab7..f21ee95c 100644
--- a/src/openrc-shutdown/broadcast.c
+++ b/src/openrc-shutdown/broadcast.c
@@ -42,8 +42,7 @@ static sigjmp_buf jbuf;
/*
* Alarm handler
*/
-/*ARGSUSED*/
-_noreturn static void handler(int arg _unused)
+RC_NORETURN static void handler(int arg RC_UNUSED)
{
siglongjmp(jbuf, 1);
}