100-error_progname.patch 300 B

12345678910
  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