mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Revert "Add braces in initializers for GCC 4.9 or older"
This reverts commit 8aa2a9e033
.
as not all targets need braces.
This commit is contained in:
@@ -1132,7 +1132,7 @@ gaih_inet (const char *name, const struct gaih_service *service,
|
||||
unsigned int *naddrs, struct scratch_buffer *tmpbuf)
|
||||
{
|
||||
struct gaih_servtuple st[sizeof (gaih_inet_typeproto)
|
||||
/ sizeof (struct gaih_typeproto)] = {{0}};
|
||||
/ sizeof (struct gaih_typeproto)] = {0};
|
||||
|
||||
const char *orig_name = name;
|
||||
|
||||
|
Reference in New Issue
Block a user