diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-15 20:46:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-15 20:46:12 +0000 |
commit | 6f8a7dff35190bc47b003b9378f50f31b230872e (patch) | |
tree | 6b4dd317c318a842aedecda4484e7c7bf0cd537b /sunrpc | |
parent | 8263ed6242ce54eba2e1b51b9c32da4441e78745 (diff) |
* 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.
Diffstat (limited to 'sunrpc')
-rw-r--r-- | sunrpc/pmap_rmt.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sunrpc/pmap_rmt.c b/sunrpc/pmap_rmt.c index 7de7f4147c..e068848919 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 |