diff options
Diffstat (limited to 'src')
-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 941a3d2c..183663d0 100644 --- a/src/openrc/rc.c +++ b/src/openrc/rc.c @@ -695,7 +695,7 @@ do_start_services(const RC_STRINGLIST *start_services, bool parallel) } #ifdef RC_DEBUG -static void +_noreturn static void handle_bad_signal(int sig) { char pid[10]; |