1
0
This repository has been archived on 2025-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
openwrt_archive/libs/gettext-full/patches/100-error_progname.patch
Jo-Philipp Wich 74d72d050e [packages] move and rename gettext to gettext-full
SVN-Revision: 24698
2010-12-19 02:34:55 +00:00

11 lines
300 B
Diff

--- a/gettext-runtime/intl/intl-compat.c
+++ b/gettext-runtime/intl/intl-compat.c
@@ -131,3 +131,7 @@ bind_textdomain_codeset (const char *dom
{
return libintl_bind_textdomain_codeset (domainname, codeset);
}
+
+#ifdef __UCLIBC__
+DLL_EXPORTED void (*error_print_progname)(void) = NULL;
+#endif