mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
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>
|
||||
|
||||
* inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
|
||||
|
||||
* malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
|
||||
|
||||
2014-12-17 Joseph Myers <joseph@codesourcery.com>
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user