diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 1 |
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> | ||
1499 | static void change_lc_all(const char *value); | 1498 | static void change_lc_all(const char *value); |
1500 | static void change_lc_ctype(const char *value); | 1499 | static void change_lc_ctype(const char *value); |
1501 | #endif | 1500 | #endif |