summaryrefslogtreecommitdiff
path: root/inet
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2014-12-17 13:22:41 -0800
committerRoland McGrath <roland@hack.frob.com>2014-12-17 13:22:41 -0800
commitc9ce306b9cb3b13dada64ac0e9dd86d955e8f881 (patch)
tree43b9772918c4f5f6aa1c58841079ca8402b184f0 /inet
parentaf102d9529faee5810fde80dac6337b6148789ad (diff)
Fix stub __if_freenameindex build error.
Diffstat (limited to 'inet')
-rw-r--r--inet/if_index.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/if_index.c b/inet/if_index.c
index 8b30d0190c..af119610ba 100644
--- a/inet/if_index.c
+++ b/inet/if_index.c
@@ -44,6 +44,7 @@ void
__if_freenameindex (struct if_nameindex *ifn)
{
}
+libc_hidden_def (__if_freenameindex)
weak_alias (__if_freenameindex, if_freenameindex)
stub_warning (if_freenameindex)