cosmetic: more reformatting missed from [18480]
SVN-Revision: 18481
This commit is contained in:
parent
174ddb1694
commit
bb4a7fcec3
1 changed files with 3 additions and 2 deletions
|
@ -237,6 +237,7 @@ config EGLIBC_OPTION_EGLIBC_FSTAB
|
||||||
getfsent setfsent
|
getfsent setfsent
|
||||||
getfsfile
|
getfsfile
|
||||||
|
|
||||||
|
|
||||||
config EGLIBC_OPTION_EGLIBC_FTRAVERSE
|
config EGLIBC_OPTION_EGLIBC_FTRAVERSE
|
||||||
bool "Functions for traversing file hierarchies"
|
bool "Functions for traversing file hierarchies"
|
||||||
default y
|
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
|
select EGLIBC_OPTION_POSIX_C_LANG_WIDE_CHAR if EGLIBC_VERSION_2_8 || EGLIBC_VERSION_2_9 || EGLIBC_VERSION_2_10
|
||||||
help
|
help
|
||||||
This option group includes locale support functions, programs,
|
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'),
|
EGLIBC supports only the 'C' locale (also known as 'POSIX'),
|
||||||
and ignores the settings of the 'LANG' and 'LC_*' environment
|
and ignores the settings of the 'LANG' and 'LC_*' environment
|
||||||
variables.
|
variables.
|
||||||
|
|
||||||
With EGLIBC_OPTION_LOCALE_CODE disabled, the following
|
With EGLIBC_OPTION_EGLIBC_LOCALE_CODE disabled, the following
|
||||||
functions are omitted from libc:
|
functions are omitted from libc:
|
||||||
|
|
||||||
duplocale localeconv nl_langinfo rpmatch strfmon_l
|
duplocale localeconv nl_langinfo rpmatch strfmon_l
|
||||||
|
|
Loading…
Reference in a new issue