gperf: remove no longer needed debug patch

This commit is contained in:
Henrik Grimler 2018-08-12 18:07:10 +02:00 committed by Fredrik Fornwall
parent ce41c21cb0
commit 5f96222b97
1 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
--- ./lib/getopt.c 2017-01-02 11:35:39.000000000 +0000
+++ ../getopt.c 2018-03-01 10:44:56.641412033 +0000
@@ -210,7 +210,7 @@
}
extern int strcmp (const char *, const char *);
-extern size_t strlen (const char *);
+extern size_t __attribute__((overloadable)) strlen (const char *);
#endif /* not __GNU_LIBRARY__ */