OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/gettext-runtime/intl/intl-compat.c |
2 | +++ b/gettext-runtime/intl/intl-compat.c |
||
3 | @@ -130,3 +130,7 @@ bind_textdomain_codeset (const char *dom |
||
4 | { |
||
5 | return libintl_bind_textdomain_codeset (domainname, codeset); |
||
6 | } |
||
7 | + |
||
8 | +#ifdef __UCLIBC__ |
||
9 | +DLL_EXPORTED void (*error_print_progname)(void) = NULL; |
||
10 | +#endif |