mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
2000-08-23 Jakub Jelinek <jakub@redhat.com> * inet/netinet/in.h (struct in6_addr): Don't enforce 64bit alignment on 64bit arches.
This commit is contained in:
parent
4cee32ddd1
commit
24c7f4c14b
@ -1,3 +1,8 @@
|
||||
2000-08-23 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* inet/netinet/in.h (struct in6_addr): Don't enforce 64bit alignment
|
||||
on 64bit arches.
|
||||
|
||||
2000-08-22 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* iconvdata/iso-2022-jp.c: In conversion to ISO-2022-JP, add two
|
||||
|
@ -171,14 +171,10 @@ struct in6_addr
|
||||
uint8_t u6_addr8[16];
|
||||
uint16_t u6_addr16[8];
|
||||
uint32_t u6_addr32[4];
|
||||
#if ULONG_MAX > 0xffffffff
|
||||
uint64_t u6_addr64[2];
|
||||
#endif
|
||||
} in6_u;
|
||||
#define s6_addr in6_u.u6_addr8
|
||||
#define s6_addr16 in6_u.u6_addr16
|
||||
#define s6_addr32 in6_u.u6_addr32
|
||||
#define s6_addr64 in6_u.u6_addr64
|
||||
};
|
||||
|
||||
extern const struct in6_addr in6addr_any; /* :: */
|
||||
|
Loading…
Reference in New Issue
Block a user