libxbps: hide compat symbols.

This commit is contained in:
Juan RP
2012-06-18 09:52:19 +02:00
parent ad766cd538
commit 0f3d4f4a19
6 changed files with 20 additions and 19 deletions

View File

@@ -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;