diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-09 09:08:20 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-08-09 23:02:30 +0200 |
commit | f188f3d756f59fb4dc64cc1a64263c2251f76ae5 (patch) | |
tree | f6861146df284592354eabeb352bb0d4fad04c57 /classes | |
parent | 7457bf182c8fd550ec877ecd786a3edd16e65495 (diff) | |
download | meta-raspberrypi-f188f3d756f59fb4dc64cc1a64263c2251f76ae5.tar.gz |
userland: Fix POSIX compliance expectation
We have errors like below with glibc 2.22+
net_sockets_common.c:139:20: error: storage size of 'hints' isn't known
struct addrinfo hints, *info, *p;
^
newer glibc has now fixed the definitions of getaddrinfo and ilk to be
enabled with correct posix version.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'classes')
0 files changed, 0 insertions, 0 deletions