diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-02 15:31:00 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-03 18:22:50 +0100 |
commit | 8116ca7baec0ff8c9bc35a2920aa36549e6004a4 (patch) | |
tree | 40d62da621d8ad147a1594d82cd9100d6811e0ee /extra/Configs | |
parent | 83c1854b97d79e2b67065b1a2651b0d11d8a8f6b (diff) |
make parse_printf_format() depend on UCLIBC_HAS_GLIBC_CUSTOM_PRINTF
we already remove the printf.h header if this option is disabled
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 15da168d5..4d2c870bd 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1499,6 +1499,7 @@ config UCLIBC_HAS_GLIBC_CUSTOM_PRINTF help Answer Y to support glibc's register_printf_function() to allow an application to add its own printf conversion specifiers. + parse_printf_format() is also enabled. NOTE: Limits the number or registered specifiers to 10. NOTE: Requires new conversion specifiers to be ASCII |