From c4d767f7f35efa43f072d494185f1cea4a7bd871 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sun, 13 Aug 2017 21:11:06 +0200 Subject: __libc_rpc_getport: Remove internal_function attribute This function has a hidden alias and is therefore expected to be called across DSO boundaries. --- sunrpc/pm_getport.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sunrpc') diff --git a/sunrpc/pm_getport.c b/sunrpc/pm_getport.c index 54d2e43..a9992a3 100644 --- a/sunrpc/pm_getport.c +++ b/sunrpc/pm_getport.c @@ -82,7 +82,6 @@ __get_socket (struct sockaddr_in *saddr) * Returns 0 if no map exists. */ u_short -internal_function __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 v1.1