From ca4ec8039628cac6600541472b068be7535d4bb4 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Thu, 31 Aug 2017 15:55:36 +0200 Subject: sunrpc: Remove internal_function attribute --- include/rpc/pmap_clnt.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/rpc') diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h index 7928f0b368..8368a39f6f 100644 --- a/include/rpc/pmap_clnt.h +++ b/include/rpc/pmap_clnt.h @@ -8,8 +8,7 @@ libc_hidden_proto (pmap_set) libc_hidden_proto (pmap_unset) /* Defined in pm_getport.c. */ -extern int __get_socket (struct sockaddr_in *saddr) - attribute_hidden internal_function; +extern int __get_socket (struct sockaddr_in *saddr) attribute_hidden; extern u_short __libc_rpc_getport (struct sockaddr_in *address, u_long program, u_long version, u_int protocol, time_t timeout_sec, time_t tottimeout_sec); -- cgit 1.4.1