diff options
Diffstat (limited to 'init')
| -rw-r--r-- | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 1e1ce833d..2ee1e4cde 100644 --- a/init/init.c +++ b/init/init.c @@ -500,7 +500,7 @@ static pid_t run(const struct init_action *a) /* Open the new terminal device */ if (!open_stdio_to_tty(a->terminal)) - _exit(EXIT_FAILURE); + _exit_FAILURE(); /* NB: on NOMMU we can't wait for input in child, so * "askfirst" will work the same as "respawn". */ |
