diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-01-15 21:30:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-01-15 21:30:09 +0000 |
commit | fbe90cd5c7f3ec0d57bfe01cd805db12f53ee946 (patch) | |
tree | 05f156893af910b2fdcf76f2bae7e3216fd7ab5d /conform/data/netinet/in.h-data | |
parent | eaf95a2682f802f76e60dfa73be4fc4b9ce0f99c (diff) | |
download | glibc-fbe90cd5c7f3ec0d57bfe01cd805db12f53ee946.tar glibc-fbe90cd5c7f3ec0d57bfe01cd805db12f53ee946.tar.gz glibc-fbe90cd5c7f3ec0d57bfe01cd805db12f53ee946.tar.bz2 glibc-fbe90cd5c7f3ec0d57bfe01cd805db12f53ee946.zip |
* conform/data/fmtmsg.h-data: Add missing allows.
* conform/data/ftw.h-data: Likewise.
* conform/data/inttypes.h-data: Likewise.
* conform/data/math.h-data: Likewise.
* conform/data/signal.h-data: Likewise.
* conform/data/net/if.h-data: Likewise.
* conform/data/netinet/in.h-data: Likewise.
* conform/data/sys/socket.h-data: Likewise.
Diffstat (limited to 'conform/data/netinet/in.h-data')
-rw-r--r-- | conform/data/netinet/in.h-data | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conform/data/netinet/in.h-data b/conform/data/netinet/in.h-data index 607f97c48a..83e967bfee 100644 --- a/conform/data/netinet/in.h-data +++ b/conform/data/netinet/in.h-data @@ -59,7 +59,7 @@ function uint32_t ntohl (uint32_t) function uint16_t ntohs (uint16_t) allow-header inttypes.h -allow-header arpa/inet.h +allow-header sys/socket.h constant INET6_ADDRSTRLEN 46 @@ -83,8 +83,12 @@ macro IN6_IS_ADDR_MC_SITELOCAL macro IN6_IS_ADDR_MC_ORGLOCAL macro IN6_IS_ADDR_MC_GLOBAL +allow IMPLINK_* allow IN_* +allow IN6_* +allow INADDR_* allow IP_* +allow IPV6_* allow IPPORT_* allow IPPROTO_* allow SOCK_* |