mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
12 lines
186 B
C
12 lines
186 B
C
#ifndef _NETINET_IN_H
|
|
|
|
#include <inet/netinet/in.h>
|
|
|
|
#ifndef _ISOMAC
|
|
libc_hidden_proto (bindresvport)
|
|
libc_hidden_proto (in6addr_loopback)
|
|
libc_hidden_proto (in6addr_any)
|
|
#endif
|
|
|
|
#endif
|