mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
__libc_rpc_getport: Remove internal_function attribute
This function has a hidden alias and is therefore expected to be called across DSO boundaries.
This commit is contained in:
parent
b22974092d
commit
c4d767f7f3
@ -1,3 +1,9 @@
|
|||||||
|
2017-08-13 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
|
* include/rpc/pmap_clnt.h (__libc_rpc_getport): Remove
|
||||||
|
internal_function.
|
||||||
|
* sunrpoc/pm_getport.c (__libc_rpc_getport): Likewise.
|
||||||
|
|
||||||
2017-08-13 Florian Weimer <fweimer@redhat.com>
|
2017-08-13 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
* grp/grp-merge.h (__copy_grp, __merge_grp): Remove
|
* grp/grp-merge.h (__copy_grp, __merge_grp): Remove
|
||||||
|
@ -12,8 +12,7 @@ extern int __get_socket (struct sockaddr_in *saddr)
|
|||||||
attribute_hidden internal_function;
|
attribute_hidden internal_function;
|
||||||
extern u_short __libc_rpc_getport (struct sockaddr_in *address, u_long program,
|
extern u_short __libc_rpc_getport (struct sockaddr_in *address, u_long program,
|
||||||
u_long version, u_int protocol,
|
u_long version, u_int protocol,
|
||||||
time_t timeout_sec, time_t tottimeout_sec)
|
time_t timeout_sec, time_t tottimeout_sec);
|
||||||
internal_function;
|
|
||||||
libc_hidden_proto (__libc_rpc_getport)
|
libc_hidden_proto (__libc_rpc_getport)
|
||||||
|
|
||||||
libc_hidden_proto (clnt_broadcast)
|
libc_hidden_proto (clnt_broadcast)
|
||||||
|
@ -82,7 +82,6 @@ __get_socket (struct sockaddr_in *saddr)
|
|||||||
* Returns 0 if no map exists.
|
* Returns 0 if no map exists.
|
||||||
*/
|
*/
|
||||||
u_short
|
u_short
|
||||||
internal_function
|
|
||||||
__libc_rpc_getport (struct sockaddr_in *address, u_long program,
|
__libc_rpc_getport (struct sockaddr_in *address, u_long program,
|
||||||
u_long version, u_int protocol, time_t timeout_sec,
|
u_long version, u_int protocol, time_t timeout_sec,
|
||||||
time_t tottimeout_sec)
|
time_t tottimeout_sec)
|
||||||
|
Loading…
Reference in New Issue
Block a user