aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/hush.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 6b3027771..e4138adf7 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -5519,12 +5519,6 @@ static char **expand_assignments(char **argv, int count)
5519} 5519}
5520 5520
5521 5521
5522#if BB_MMU
5523/* never called */
5524void re_execute_shell(char ***to_free, const char *s,
5525 char *g_argv0, char **g_argv,
5526 char **builtin_argv) NORETURN;
5527
5528static void switch_off_special_sigs(unsigned mask) 5522static void switch_off_special_sigs(unsigned mask)
5529{ 5523{
5530 unsigned sig = 0; 5524 unsigned sig = 0;
@@ -5544,6 +5538,12 @@ static void switch_off_special_sigs(unsigned mask)
5544 } 5538 }
5545} 5539}
5546 5540
5541#if BB_MMU
5542/* never called */
5543void re_execute_shell(char ***to_free, const char *s,
5544 char *g_argv0, char **g_argv,
5545 char **builtin_argv) NORETURN;
5546
5547static void reset_traps_to_defaults(void) 5547static void reset_traps_to_defaults(void)
5548{ 5548{
5549 /* This function is always called in a child shell 5549 /* This function is always called in a child shell