diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-11-22 15:49:35 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-11-22 15:49:35 +0000 |
commit | fdc4247f72889c6db8a208d03ba158613b287778 (patch) | |
tree | 969f32a32bcc045c9cdc2f9db2c8751359149e1c /toolchain/eglibc | |
parent | b7ca76eaa56f2d4fa64aa0a7f0cf6ad77ced4f86 (diff) | |
download | upstream-fdc4247f72889c6db8a208d03ba158613b287778.tar.gz upstream-fdc4247f72889c6db8a208d03ba158613b287778.tar.bz2 upstream-fdc4247f72889c6db8a208d03ba158613b287778.zip |
cosmetic: more reformatting missed from [18480]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18481 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/eglibc')
-rw-r--r-- | toolchain/eglibc/config/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/toolchain/eglibc/config/Config.in b/toolchain/eglibc/config/Config.in index a55c660817..eed1b2f905 100644 --- a/toolchain/eglibc/config/Config.in +++ b/toolchain/eglibc/config/Config.in @@ -237,6 +237,7 @@ config EGLIBC_OPTION_EGLIBC_FSTAB getfsent setfsent getfsfile + config EGLIBC_OPTION_EGLIBC_FTRAVERSE bool "Functions for traversing file hierarchies" default y @@ -430,12 +431,12 @@ config EGLIBC_OPTION_EGLIBC_LOCALE_CODE select EGLIBC_OPTION_POSIX_C_LANG_WIDE_CHAR if EGLIBC_VERSION_2_8 || EGLIBC_VERSION_2_9 || EGLIBC_VERSION_2_10 help This option group includes locale support functions, programs, - and libraries. With EGLIBC_LOCALE_FUNCTIONS disabled, + and libraries. With EGLIBC_OPTION_EGLIBC_LOCALE_CODE disabled, EGLIBC supports only the 'C' locale (also known as 'POSIX'), and ignores the settings of the 'LANG' and 'LC_*' environment variables. - With EGLIBC_OPTION_LOCALE_CODE disabled, the following + With EGLIBC_OPTION_EGLIBC_LOCALE_CODE disabled, the following functions are omitted from libc: duplocale localeconv nl_langinfo rpmatch strfmon_l |