summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorMatt Weber <matthew.weber@rockwellcollins.com>2017-10-02 16:13:05 -0500
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2017-10-06 19:23:35 +0200
commitda34a889d218ba5722774a769842ed08a64279ae (patch)
tree237dc061d4d3ea56af1674376f791deeaf1536a3 /board
parent022d8df1b5e2c5daf3b5b6d0ed8f740164d3be81 (diff)
downloadbuildroot-da34a889d218ba5722774a769842ed08a64279ae.tar.gz
buildroot-da34a889d218ba5722774a769842ed08a64279ae.zip
trinity: undefined UIO_MAXIOV need sys/io.h
This upstream patch fixes the build error produced by building for powerpc 32bit after the glibc bump to 2.26 with the following internal toolchain config. gcc5.4.0 glibc2.26 bin2.28.1 linux4.1.43 Failure log: CC net/proto-ipv4.o net/proto-ipv4.c: In function ‘ip_setsockopt’: net/proto-ipv4.c:231:49: error: ‘UIO_MAXIOV’ undeclared (first use in this function); did you mean ‘_IO_MAGIC’? so->optlen = rnd() % sizeof(unsigned long)*(2*UIO_MAXIOV+512); ^~~~~~~~~~ _IO_MAGIC Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> [Arnout: add Matthew's Sob to the patch] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'board')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud