about summary refs log tree commit diff
path: root/resolv/bits
diff options
context:
space:
mode:
Diffstat (limited to 'resolv/bits')
-rw-r--r--resolv/bits/types/res_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/resolv/bits/types/res_state.h b/resolv/bits/types/res_state.h
index cee4b6ddd0..2544a627f6 100644
--- a/resolv/bits/types/res_state.h
+++ b/resolv/bits/types/res_state.h
@@ -47,10 +47,10 @@ struct __res_state {
 			uint16_t		nsinit;
 			struct sockaddr_in6	*nsaddrs[MAXNS];
 #ifdef _LIBC
-			unsigned long long int	initstamp
+			unsigned long long int __glibc_extension_index
 			  __attribute__((packed));
 #else
-			unsigned int		_initstamp[2];
+			unsigned int		__glibc_reserved[2];
 #endif
 		} _ext;
 	} _u;