diff options
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 24108142e..a5f61813d 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -2,6 +2,7 @@ # For a description of the syntax of this configuration file, # see extra/config/Kconfig-language.txt # + mainmenu "uClibc C Library Configuration" choice @@ -742,8 +743,8 @@ config UCLIBC_HAS_GLIBC_CUSTOM_PRINTF NOTE: This implementation limits the number or registered specifiers to 10. NOTE: This implementation requires new conversion specifiers to be ASCII - characters (0-0x7f). This is to avoid problems with processing - format strings in locales with different multibyte conversions. + characters (0-0x7f). This is to avoid problems with processing + format strings in locales with different multibyte conversions. Most people will answer N. |