diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-07-22 14:42:09 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2012-07-22 23:53:48 +0200 |
commit | d91b8841d7a3ee08aa686852154b08a3e9eb9732 (patch) | |
tree | be74173c9a2cead7f6498984d4b0bb13cb05deab /src/systemctl | |
parent | 97f4e8875088ff34da535864afa0054f24071cd5 (diff) |
collect, keymap, systemctl: use _noreturn_
Diffstat (limited to 'src/systemctl')
-rw-r--r-- | src/systemctl/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index e587cfbfae..18c8abeaad 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -5641,7 +5641,7 @@ done: return 0; } -static void halt_now(enum action a) { +static _noreturn_ void halt_now(enum action a) { /* Make sure C-A-D is handled by the kernel from this * point on... */ |