add chaos_calmer branch
[15.05/openwrt.git] / package / libs / gettext-full / patches / 100-error_progname.patch
1 --- a/gettext-runtime/intl/intl-compat.c
2 +++ b/gettext-runtime/intl/intl-compat.c
3 @@ -129,3 +129,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