You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
344 B

--- ./readline/histlib.h 2017-06-04 15:51:27.000000000 +0000
+++ ../histlib.h 2018-03-21 15:09:37.286670845 +0000
@@ -52,7 +52,7 @@
#ifndef member
# ifndef strchr
-extern char *strchr ();
+extern char __attribute__((overloadable)) *strchr ();
# endif
#define member(c, s) ((c) ? ((char *)strchr ((s), (c)) != (char *)NULL) : 0)
#endif