summaryrefslogtreecommitdiff
path: root/libc/misc/regex
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-10-22 00:43:19 -0400
committerMike Frysinger <vapier@gentoo.org>2009-10-22 00:43:19 -0400
commit3b96fc2ea791adfaeef265854d3a58259a0d3f19 (patch)
treefe4112bdb12787f83352ccd3157b75c9b5986f83 /libc/misc/regex
parent829779686b0a263ad3582aecc1cc7a296c38a1c9 (diff)
sysctl: avoid inline initialization
Assign each field one by one rather than stack initialization as gcc will call memset() to zero out the rest of the structure -- which we don't care about as the field is unused and not seen outside of the libc. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libc/misc/regex')
0 files changed, 0 insertions, 0 deletions