diff options
Diffstat (limited to 'resolv/bits')
-rw-r--r-- | resolv/bits/types/res_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resolv/bits/types/res_state.h b/resolv/bits/types/res_state.h index cee4b6d..2544a62 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; |