os, net, crypto/x509: add hurd support
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 7 Feb 2019 04:45:01 +0000 (04:45 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 7 Feb 2019 04:45:01 +0000 (04:45 +0000)
commit4a3e25712f25271876e83dfafe8ff2df4f643df7
treef08bcfb2d4ad242945fd0534e39ed5753e4aab62
parent4321f202f985f659e0150ee72ed3e14e554f9735
os, net, crypto/x509: add hurd support

    Patch by Svante Signell.

    Reviewed-on: https://go-review.googlesource.com/c/161519

From-SVN: r268604
gcc/go/gofrontend/MERGE
libgo/go/crypto/x509/root_hurd.go [new file with mode: 0644]
libgo/go/internal/poll/sendfile_glibc.go [new file with mode: 0644]
libgo/go/internal/poll/sendfile_linux.go [deleted file]
libgo/go/net/cgo_hurd.go [new file with mode: 0644]
libgo/go/net/sendfile_glibc.go [new file with mode: 0644]
libgo/go/net/sendfile_linux.go [deleted file]
libgo/go/net/sockopt_hurd.go [new file with mode: 0644]
libgo/go/os/executable_procfs.go
libgo/go/os/pipe_glibc.go [new file with mode: 0644]
libgo/go/os/pipe_linux.go [deleted file]