|
@@ -417,6 +417,8 @@ extern uintmax_t _load_inttype(int desttype, const void *src, int uflag) attribu
|
|
|
|
|
|
#ifdef L_parse_printf_format
|
|
|
|
|
|
+#ifdef __UCLIBC_HAS_GLIBC_CUSTOM_PRINTF__
|
|
|
+
|
|
|
|
|
|
* upon encountering an invalid conversion specifier. Since this is the way
|
|
|
* my printf functions work, I think it makes sense to do it that way here.
|
|
@@ -484,6 +486,8 @@ size_t parse_printf_format(register const char *template,
|
|
|
return count;
|
|
|
}
|
|
|
|
|
|
+#endif
|
|
|
+
|
|
|
#endif
|
|
|
|
|
|
#ifdef L__ppfs_init
|