aboutsummaryrefslogtreecommitdiff
path: root/src/openrc-shutdown/openrc-shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/openrc-shutdown/openrc-shutdown.c')
-rw-r--r--src/openrc-shutdown/openrc-shutdown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openrc-shutdown/openrc-shutdown.c b/src/openrc-shutdown/openrc-shutdown.c
index c73d8e6d..fe1eb715 100644
--- a/src/openrc-shutdown/openrc-shutdown.c
+++ b/src/openrc-shutdown/openrc-shutdown.c
@@ -170,7 +170,7 @@ static void sleep_no_interrupt(int seconds)
duration = remaining;
}
-_noreturn static void stop_shutdown(int sig)
+RC_NORETURN static void stop_shutdown(int sig)
{
(void) sig;
unlink(nologin_file);