Suppress sign-conversion warning from FD_SET.
[glibc.git] / include / net / if.h
blob1d862260c7e8397742e7db3404df88ab7f55faf4
1 #ifndef _NET_IF_H
3 # include_next <net/if.h>
5 #ifndef _ISOMAC
6 libc_hidden_proto (if_nametoindex)
7 libc_hidden_proto (if_indextoname)
8 libc_hidden_proto (if_nameindex)
9 libc_hidden_proto (if_freenameindex)
10 #endif
12 #endif