mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
13 lines
217 B
C
13 lines
217 B
C
#ifndef _NET_IF_H
|
|
|
|
# include_next <net/if.h>
|
|
|
|
#ifndef _ISOMAC
|
|
libc_hidden_proto (if_nametoindex)
|
|
libc_hidden_proto (if_indextoname)
|
|
libc_hidden_proto (if_nameindex)
|
|
libc_hidden_proto (if_freenameindex)
|
|
#endif
|
|
|
|
#endif
|