about summary refs log tree commit diff
path: root/inet/if_index.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-01-23 11:29:02 -0800
committerRoland McGrath <roland@hack.frob.com>2015-01-23 11:29:02 -0800
commit2ec2d7032ff9220da1577c37d41ae85c0721ad66 (patch)
treec426ee03115e6c717becd8857afdc25ce4d838c7 /inet/if_index.c
parentda5bf2459ced2f08b89cb462e20eecd7882a38ea (diff)
downloadglibc-2ec2d7032ff9220da1577c37d41ae85c0721ad66.tar.gz
glibc-2ec2d7032ff9220da1577c37d41ae85c0721ad66.tar.xz
glibc-2ec2d7032ff9220da1577c37d41ae85c0721ad66.zip
Add missing libc_hidden_weak to stub if_nameindex, if_freenameindex.
Diffstat (limited to 'inet/if_index.c')
-rw-r--r--inet/if_index.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/inet/if_index.c b/inet/if_index.c
index 7998eec805..73b1efe06f 100644
--- a/inet/if_index.c
+++ b/inet/if_index.c
@@ -46,6 +46,7 @@ __if_freenameindex (struct if_nameindex *ifn)
 }
 libc_hidden_def (__if_freenameindex)
 weak_alias (__if_freenameindex, if_freenameindex)
+libc_hidden_weak (if_freenameindex)
 stub_warning (if_freenameindex)
 
 struct if_nameindex *
@@ -55,6 +56,7 @@ __if_nameindex (void)
   return NULL;
 }
 weak_alias (__if_nameindex, if_nameindex)
+libc_hidden_weak (if_nameindex)
 stub_warning (if_nameindex)
 
 #if 0