libxbps: hide compat symbols.
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
/*
|
||||
* Find the first occurrence of find in s, ignore case.
|
||||
*/
|
||||
char *
|
||||
char HIDDEN *
|
||||
strcasestr(const char *s, const char *find)
|
||||
{
|
||||
char c, sc;
|
||||
|
||||
Reference in New Issue
Block a user