mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
9 lines
124 B
C
9 lines
124 B
C
|
#ifndef _NET_IF_H
|
||
|
|
||
|
# include_next <net/if.h>
|
||
|
|
||
|
libc_hidden_proto (if_nametoindex)
|
||
|
libc_hidden_proto (if_indextoname)
|
||
|
|
||
|
#endif
|