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

@ -26,7 +26,7 @@
* will be copied. Always NUL terminates (unless siz == 0).
* Returns strlen(src); if retval >= siz, truncation occurred.
*/
size_t
size_t HIDDEN
strlcpy(char *dst, const char *src, size_t siz)
{
char *d = dst;