mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +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:
@ -39,9 +39,9 @@
|
||||
# ifndef __ASSUME_GETDENTS64_SYSCALL
|
||||
# ifndef __GETDENTS
|
||||
/* The variable is shared between all *getdents* calls. */
|
||||
int __have_no_getdents64;
|
||||
int __have_no_getdents64 attribute_hidden;
|
||||
# else
|
||||
extern int __have_no_getdents64;
|
||||
extern int __have_no_getdents64 attribute_hidden;
|
||||
# endif
|
||||
# define have_no_getdents64_defined 1
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user