aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 3c7639707..4fef0f2d3 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -1495,7 +1495,6 @@ static void getoptsreset(const char *);
1495#endif 1495#endif
1496 1496
1497#ifdef CONFIG_LOCALE_SUPPORT 1497#ifdef CONFIG_LOCALE_SUPPORT
1498#include <locale.h>
1499static void change_lc_all(const char *value); 1498static void change_lc_all(const char *value);
1500static void change_lc_ctype(const char *value); 1499static void change_lc_ctype(const char *value);
1501#endif 1500#endif