diff --git a/third_party/musl/ndk_musl_include/mqueue.h b/third_party/musl/ndk_musl_include/mqueue.h index 59c8de63a8df769963460ed5f3a99cfa0afa7c9b..0d25f5ff094ea8124ee5673d54e8901710e1eabc 100644 --- a/third_party/musl/ndk_musl_include/mqueue.h +++ b/third_party/musl/ndk_musl_include/mqueue.h @@ -15,7 +15,7 @@ extern "C" { typedef int mqd_t; struct mq_attr { - long mq_flags, mq_maxmsg, mq_msgsize, mq_curmsgs, __unused[4]; + long mq_flags, mq_maxmsg, mq_msgsize, mq_curmsgs, __unused1[4]; }; struct sigevent; diff --git a/third_party/musl/ndk_musl_include/netinet/ip_icmp.h b/third_party/musl/ndk_musl_include/netinet/ip_icmp.h index 5cbdb4a1c8a0a0c2cc062d9b0c8538fcaceb778a..d039bf38005cbede368371413c62d994aac725e8 100644 --- a/third_party/musl/ndk_musl_include/netinet/ip_icmp.h +++ b/third_party/musl/ndk_musl_include/netinet/ip_icmp.h @@ -20,7 +20,7 @@ struct icmphdr { } echo; uint32_t gateway; struct { - uint16_t __unused; + uint16_t __unused1; uint16_t mtu; } frag; uint8_t reserved[4]; diff --git a/third_party/musl/ndk_musl_include/utmpx.h b/third_party/musl/ndk_musl_include/utmpx.h index a79116a04f7127f2a3d4aa950465bbf20dd5ab13..e98ce922b50a24d0f5a95a314b87d050172ce6d1 100644 --- a/third_party/musl/ndk_musl_include/utmpx.h +++ b/third_party/musl/ndk_musl_include/utmpx.h @@ -33,7 +33,7 @@ struct utmpx { #endif struct timeval ut_tv; unsigned ut_addr_v6[4]; - char __unused[20]; + char __unused1[20]; }; #if defined(_BSD_SOURCE) || defined(_GNU_SOURCE)