From 21237865a7b9e4898516678382a98163a9248592 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 7 Dec 2005 00:50:06 +0000 Subject: Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... --- libc/inet/rpc/svc_simple.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libc/inet/rpc/svc_simple.c') diff --git a/libc/inet/rpc/svc_simple.c b/libc/inet/rpc/svc_simple.c index e9a43b97a..e0509be70 100644 --- a/libc/inet/rpc/svc_simple.c +++ b/libc/inet/rpc/svc_simple.c @@ -39,6 +39,10 @@ static char sccsid[] = "@(#)svc_simple.c 1.18 87/08/11 Copyr 1984 Sun Micro"; */ #define svc_sendreply __svc_sendreply +#define svc_register __svc_register +#define svcerr_decode __svcerr_decode +#define svcudp_create __svcudp_create +#define pmap_unset __pmap_unset #define __FORCE_GLIBC #define _GNU_SOURCE -- cgit v1.2.3