gettext: remove no longer needed debug patch

This commit is contained in:
Henrik Grimler 2018-08-12 18:02:43 +02:00 committed by Fredrik Fornwall
parent d403a32391
commit ce41c21cb0

View File

@ -1,11 +0,0 @@
--- ./gettext-runtime/intl/dcigettext.c 2016-05-19 06:49:42.000000000 +0000
+++ ../dcigettext.c 2018-03-22 06:18:22.714946338 +0000
@@ -144,7 +144,7 @@
# if VMS
# define getcwd(buf, max) (getcwd) (buf, max, 0)
# else
-char *getcwd ();
+char __attribute__((overloadable)) *getcwd ();
# endif
# endif
# ifndef HAVE_STPCPY