mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
* include/rpc/key_prot.h: Maek all _internal functions as hidden.
* include/rpc/auth.h: Mark xdr_des_block_internal and xdr_opaque_auth_internal as hidden. * sysdeps/unix/sysv/linux/getdents.c: Mark __have_no_getdents64 as hidden. * include/rpc/xdr.h: Make all _internal functions as hidden. * sunrpc/pmap_rmt.c: Declare xdr_rmtcall_args_internal as hidden.
This commit is contained in:
@@ -62,6 +62,10 @@ 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
|
||||
|
Reference in New Issue
Block a user