diff options
Diffstat (limited to 'src/openrc')
-rw-r--r-- | src/openrc/rc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openrc/rc.c b/src/openrc/rc.c index aaf1043e..5d2d7049 100644 --- a/src/openrc/rc.c +++ b/src/openrc/rc.c @@ -690,7 +690,7 @@ do_start_services(const RC_STRINGLIST *start_services, bool parallel) } #ifdef RC_DEBUG -_noreturn static void +RC_NORETURN static void handle_bad_signal(int sig) { char pid[10]; |