summaryrefslogtreecommitdiff
path: root/libc/inet/if_index.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/inet/if_index.c')
-rw-r--r--libc/inet/if_index.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/if_index.c b/libc/inet/if_index.c
index abfb26e00..dfddbc0d4 100644
--- a/libc/inet/if_index.c
+++ b/libc/inet/if_index.c
@@ -65,6 +65,7 @@ if_nametoindex(const char* ifname)
return ifr.ifr_ifindex;
#endif
}
+hidden_strong_alias(if_nametoindex,__if_nametoindex)
void
if_freenameindex (struct if_nameindex *ifn)