randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
12
shell/hush.c
12
shell/hush.c
@@ -5519,12 +5519,6 @@ static char **expand_assignments(char **argv, int count)
|
||||
}
|
||||
|
||||
|
||||
#if BB_MMU
|
||||
/* never called */
|
||||
void re_execute_shell(char ***to_free, const char *s,
|
||||
char *g_argv0, char **g_argv,
|
||||
char **builtin_argv) NORETURN;
|
||||
|
||||
static void switch_off_special_sigs(unsigned mask)
|
||||
{
|
||||
unsigned sig = 0;
|
||||
@@ -5544,6 +5538,12 @@ static void switch_off_special_sigs(unsigned mask)
|
||||
}
|
||||
}
|
||||
|
||||
#if BB_MMU
|
||||
/* never called */
|
||||
void re_execute_shell(char ***to_free, const char *s,
|
||||
char *g_argv0, char **g_argv,
|
||||
char **builtin_argv) NORETURN;
|
||||
|
||||
static void reset_traps_to_defaults(void)
|
||||
{
|
||||
/* This function is always called in a child shell
|
||||
|
Reference in New Issue
Block a user