diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-08-13 15:12:23 +0200 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2015-12-09 12:46:54 +0100 |
commit | 2348e267f728b31bdc0d89d47d93570a433de1ae (patch) | |
tree | 61f97096fdb2c532dd2d6da532d749470381d916 /recipes-devtools/python | |
parent | d273a90c39a1a81cf173b5fc0e4ffaef306da5e3 (diff) | |
download | meta-raspberrypi-2348e267f728b31bdc0d89d47d93570a433de1ae.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>
(cherry picked from commit f188f3d756f59fb4dc64cc1a64263c2251f76ae5)
Signed-off-by: Petter Mabäcker <petter@technux.se>
Diffstat (limited to 'recipes-devtools/python')
0 files changed, 0 insertions, 0 deletions