mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Fix stub __if_freenameindex build error.
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user