aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2017-08-31 15:55:36 +0200
committerFlorian Weimer <fweimer@redhat.com>2017-08-31 15:59:02 +0200
commitca4ec8039628cac6600541472b068be7535d4bb4 (patch)
tree93a4212150449d0a326ef7e259b6f802c4099f95 /include
parent24cffce7366c4070d8f823702a4fcec2cb732595 (diff)
downloadglibc-ca4ec8039628cac6600541472b068be7535d4bb4.zip
glibc-ca4ec8039628cac6600541472b068be7535d4bb4.tar.gz
glibc-ca4ec8039628cac6600541472b068be7535d4bb4.tar.bz2
sunrpc: Remove internal_function attribute
Diffstat (limited to 'include')
-rw-r--r--include/rpc/pmap_clnt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h
index 7928f0b..8368a39 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);