termux-packages/packages/gperf/lib-getopt.c.patch.debug

12 lines
326 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

--- ./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__ */