commit | d939ca502a77f91313f5e8b6a75147f0e9d4e23c | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> | Wed Dec 07 01:28:27 2011 +0059 |
committer | TheMrcool212 <themrcool212.android@gmail.com> | Sat Apr 12 08:48:11 2014 +0800 |
tree | 8b3a5eecaed5ffea34679659df220607c6a3e0b2 | |
parent | b778948b17b88877f135c935fb5619d3ba2936b4 [diff] |
bionic: Fix aliasing violations This makes bionic compile with compilers enforcing strict adherence to aliasing rules (e.g. gcc 4.6+ with -Wstrict-aliasing=2 -Werror=strict-aliasing). Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org> Conflicts: libc/netbsd/net/getaddrinfo.c libc/netbsd/net/getnameinfo.c Change-Id: I4a6fd36a66b23d963ce137916caece4a424e78ab Conflicts: libc/netbsd/resolv/res_send.c