about summary refs log tree commit diff
path: root/conform/data/netinet
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-05-01 20:00:24 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-05-01 20:00:24 +0000
commit028e2e38795854365b0a9414273fbbc7ea84548a (patch)
treecddcc56be9cbab885f77147fb8ac3fa431756eaf /conform/data/netinet
parent1b8f2850d8c95619598241e91a7249bba5775be1 (diff)
downloadglibc-028e2e38795854365b0a9414273fbbc7ea84548a.tar.gz
glibc-028e2e38795854365b0a9414273fbbc7ea84548a.tar.xz
glibc-028e2e38795854365b0a9414273fbbc7ea84548a.zip
conformtest: Unify variants of "constant" and "optional-constant".
Diffstat (limited to 'conform/data/netinet')
-rw-r--r--conform/data/netinet/in.h-data4
1 files changed, 2 insertions, 2 deletions
diff --git a/conform/data/netinet/in.h-data b/conform/data/netinet/in.h-data
index 020a97eeae..be0236b490 100644
--- a/conform/data/netinet/in.h-data
+++ b/conform/data/netinet/in.h-data
@@ -51,7 +51,7 @@ macro IPPROTO_UDP
 macro INADDR_ANY
 macro INADDR_BROADCAST
 
-constant INET_ADDRSTRLEN 16
+constant INET_ADDRSTRLEN == 16
 
 function uint32_t htonl (uint32_t)
 function uint16_t htons (uint16_t)
@@ -61,7 +61,7 @@ function uint16_t ntohs (uint16_t)
 allow-header inttypes.h
 allow-header sys/socket.h
 
-constant INET6_ADDRSTRLEN 46
+constant INET6_ADDRSTRLEN == 46
 
 macro IPV6_JOIN_GROUP
 macro IPV6_LEAVE_GROUP