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

@ -33,7 +33,7 @@
#include <stdlib.h>
#include <stdarg.h>
int
int HIDDEN
vasprintf(char **ret, const char *fmt, va_list ap)
{
char *buf, *new_buf;