1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-14 06:28:17 +03:00
Files
glibc/sysdeps/pthread
H.J. Lu 07e3eb1774 Use empty initializer to silence GCC 4.9 or older
Use empty initializer to silence GCC 4.9 or older:

getaddrinfo.c: In function ‘gaih_inet’:
getaddrinfo.c:1135:24: error: missing braces around initializer [-Werror=missing-braces]
       / sizeof (struct gaih_typeproto)] = {0};
                        ^

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Reviewed-by: Sam James <sam@gentoo.org>
2024-12-16 04:06:30 +08:00
..
2024-11-29 20:25:04 +00:00
2021-06-15 10:42:11 -03:00
2021-06-15 10:42:11 -03:00
2021-06-15 10:42:11 -03:00
2023-05-10 13:15:13 -04:00
2021-06-15 10:42:11 -03:00
2021-06-15 10:42:11 -03:00
2024-11-29 20:25:04 +00:00