expect: remove no longer needed debug patch

This commit is contained in:
Henrik Grimler 2018-08-12 18:01:47 +02:00 committed by Fredrik Fornwall
parent 0e0c135208
commit acc323313d
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
--- ./exp_strf.c 2000-01-06 23:22:05.000000000 +0000
+++ ../exp_strf.c 2018-03-22 19:58:34.428090961 +0000
@@ -99,7 +99,7 @@
#else
#ifndef strchr
-extern char *strchr(const char *str, int ch);
+extern char __attribute__((overloadable)) *strchr(const char *str, int ch);
#endif
extern char *getenv(const char *v);