libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 10 Nov 2015 21:38:30 +0000 (21:38 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 10 Nov 2015 21:38:30 +0000 (21:38 +0000)
commit88cf4de8b7eaa74622e2f7d1292563c9484a5007
treee38fc2fdc0a9b1da894862589e730173bb0f4948
parent732ea6d11de9ab398e14e6e2057c06835716fc0b
libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fields

    Before Solaris 12 the sendfile function is found in -lsendfile, so look
    for it there.

    Solaris 12 adds some more types that use _in6_addr_t, that need to be
    edited in mksysinfo.

    Patch by Rainer Orth.

    Reviewed-on: https://go-review.googlesource.com/16779

From-SVN: r230132
gcc/go/gofrontend/MERGE
libgo/configure
libgo/configure.ac
libgo/mksysinfo.sh