aboutsummaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/halt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/halt.c b/init/halt.c
index cbb325eb9..e852b870e 100644
--- a/init/halt.c
+++ b/init/halt.c
@@ -50,7 +50,7 @@ int halt_main(int argc UNUSED_PARAM, char **argv)
50 static const int magic[] = { 50 static const int magic[] = {
51 RB_HALT_SYSTEM, 51 RB_HALT_SYSTEM,
52 RB_POWER_OFF, 52 RB_POWER_OFF,
53 RB_AUTOBOOT 53 RB_AUTOBOOT
54 }; 54 };
55 static const smallint signals[] = { SIGUSR1, SIGUSR2, SIGTERM }; 55 static const smallint signals[] = { SIGUSR1, SIGUSR2, SIGTERM };
56 56