repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix test-strchr.c warnings for wide string testing.
[glibc.git]
/
include
/
netinet
/
in.h
blob
6fb5c86de999ba82627a678523ab8dba68cc909e
1
#ifndef _NETINET_IN_H
2
3
#include <inet/netinet/in.h>
4
5
#ifndef _ISOMAC
6
libc_hidden_proto
(
bindresvport
)
7
libc_hidden_proto
(
in6addr_loopback
)
8
libc_hidden_proto
(
in6addr_any
)
9
#endif
10
11
#endif