aboutsummaryrefslogtreecommitdiff
path: root/init/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init/init.c')
-rw-r--r--init/init.c2
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)
500 500
501 /* Open the new terminal device */ 501 /* Open the new terminal device */
502 if (!open_stdio_to_tty(a->terminal)) 502 if (!open_stdio_to_tty(a->terminal))
503 _exit(EXIT_FAILURE); 503 _exit_FAILURE();
504 504
505 /* NB: on NOMMU we can't wait for input in child, so 505 /* NB: on NOMMU we can't wait for input in child, so
506 * "askfirst" will work the same as "respawn". */ 506 * "askfirst" will work the same as "respawn". */