more freebsd vs weakalias fun

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7725 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-02-22 22:27:27 +00:00
parent 63165679b4
commit ea1cc04d00
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ __RCSID("$NetBSD: unvis.c,v 1.28 2005/09/13 01:44:09 christos Exp $");
#include <stdio.h>
#include <vis.h>
#ifdef __weak_alias
#if defined(__weak_reference) && !defined(__FreeBSD__)
__weak_alias(strunvis,_strunvis)
#endif

View File

@ -88,7 +88,7 @@ __RCSID("$NetBSD: vis.c,v 1.35 2006/08/28 20:42:12 christos Exp $");
#include <vis.h>
#include <stdlib.h>
#ifdef __weak_alias
#if defined(__weak_reference) && !defined(__FreeBSD__)
__weak_alias(strsvis,_strsvis)
__weak_alias(strsvisx,_strsvisx)
__weak_alias(strvis,_strvis)