From 6f8a7dff35190bc47b003b9378f50f31b230872e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 15 May 2006 20:46:12 +0000 Subject: * include/rpc/pmap_prot.h: Mark all functions as hidden. * nscd/nscd_initgroups.c: Mark __gr_map_handle as hidden. * nscd/nscd_getgr_r.c: Likewise. * include/rpc/pmap_rmt.h: Mark all functions as hidden. * nscd/nscd_getai.c (__hst_map_handle): Mark as hidden. * nscd/nscd_gethst_r.c (__hst_map_handle): Likewise. * stdlib/longlong.h (__clz_tab): Mark as hidden. * iconv/gconv_int.h: Mark __gconv_lock as hidden. --- sunrpc/pmap_rmt.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sunrpc/pmap_rmt.c') diff --git a/sunrpc/pmap_rmt.c b/sunrpc/pmap_rmt.c index 7de7f41..e068848 100644 --- a/sunrpc/pmap_rmt.c +++ b/sunrpc/pmap_rmt.c @@ -62,10 +62,6 @@ extern u_long _create_xid (void); static const struct timeval timeout = {3, 0}; -bool_t xdr_rmtcall_args_internal (XDR *xdrs, struct rmtcallargs *cap) - attribute_hidden; - - /* * pmapper remote-call-service interface. * This routine is used to call the pmapper remote call service -- cgit v1.1