aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-08-09 22:49:15 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-08-09 22:49:15 +0200
commitb347df91317ca05910e930c94fdba30baf9e2de8 (patch)
treed7d035a1708ed90f2103bbe9c8e92d52ff4a1d2f /shell
parenta6367f9faec0f8736f6ff92fbda5c19d4cbc384e (diff)
downloadbusybox-w32-b347df91317ca05910e930c94fdba30baf9e2de8.tar.gz
busybox-w32-b347df91317ca05910e930c94fdba30baf9e2de8.tar.bz2
busybox-w32-b347df91317ca05910e930c94fdba30baf9e2de8.zip
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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