1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

inet: Remove internal_function attribute

This commit is contained in:
Florian Weimer
2017-08-31 17:35:16 +02:00
parent c0c49d60cf
commit 9da93bd7c6
9 changed files with 20 additions and 15 deletions

View File

@ -286,7 +286,6 @@ __netlink_open (struct netlink_handle *h)
Since we get at first all RTM_NEWLINK entries, it can never happen
that a RTM_NEWADDR index is not known to this map. */
static int
internal_function
map_newlink (int index, struct ifaddrs_storage *ifas, int *map, int max)
{
int i;