wrap __weak_alias with _LIBC

This commit is contained in:
Love Hörnquist Åstrand
2012-03-11 10:13:47 -07:00
parent 979de1dfd0
commit faf39cf6ce

View File

@@ -46,9 +46,11 @@ __RCSID("$NetBSD: unvis.c,v 1.32 2010/11/27 21:22:11 christos Exp $");
#include <stdio.h>
#include <vis.h>
#ifdef _LIBC
#ifdef __weak_alias
__weak_alias(strunvis,_strunvis)
#endif
#endif
#if !HAVE_VIS
/*