Fix stub __if_freenameindex build error.
This commit is contained in:
parent
af102d9529
commit
c9ce306b9c
@ -1,5 +1,7 @@
|
|||||||
2014-12-17 Roland McGrath <roland@hack.frob.com>
|
2014-12-17 Roland McGrath <roland@hack.frob.com>
|
||||||
|
|
||||||
|
* inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
|
||||||
|
|
||||||
* malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
|
* malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
|
||||||
|
|
||||||
2014-12-17 Joseph Myers <joseph@codesourcery.com>
|
2014-12-17 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
@ -44,6 +44,7 @@ void
|
|||||||
__if_freenameindex (struct if_nameindex *ifn)
|
__if_freenameindex (struct if_nameindex *ifn)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
libc_hidden_def (__if_freenameindex)
|
||||||
weak_alias (__if_freenameindex, if_freenameindex)
|
weak_alias (__if_freenameindex, if_freenameindex)
|
||||||
stub_warning (if_freenameindex)
|
stub_warning (if_freenameindex)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user