diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-28 21:17:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-28 21:17:59 +0000 |
commit | 59c8d6e1470a2807736de1aade9a2945bc150b6e (patch) | |
tree | 017e1ebc686cebfd67e38e1741b0083754155835 /conform/data | |
parent | 3c5912ee455d911f436367f7c80ff05deacb9e8f (diff) | |
download | glibc-59c8d6e1470a2807736de1aade9a2945bc150b6e.tar.gz glibc-59c8d6e1470a2807736de1aade9a2945bc150b6e.tar.xz glibc-59c8d6e1470a2807736de1aade9a2945bc150b6e.zip |
Update.
* conform/data/netinet/in.h-data: Allow all of <inttypes.h>.
Diffstat (limited to 'conform/data')
-rw-r--r-- | conform/data/netinet/in.h-data | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conform/data/netinet/in.h-data b/conform/data/netinet/in.h-data index edbfaa7a4c..9b7d05e821 100644 --- a/conform/data/netinet/in.h-data +++ b/conform/data/netinet/in.h-data @@ -58,6 +58,7 @@ function uint16_t htons (uint16_t) function uint32_t ntohl (uint32_t) function uint16_t ntohs (uint16_t) +allow-header intttypes.h allow-header arpa/inet.h constant INET6_ADDRSTRLEN 46 |