runtime, net: add support for GOOS=solaris

LGTM=dave, rsc
R=golang-codereviews, minux.ma, mikioh.mikioh, dave, iant, rsc
CC=golang-codereviews
https://golang.org/cl/36030043
This commit is contained in:
Aram Hăvărneanu 2014-02-24 22:31:01 -05:00 committed by Russ Cox
parent c738591e7e
commit 50df136483
43 changed files with 324 additions and 45 deletions

View file

@ -5,7 +5,7 @@
// This file implements sysSocket and accept for platforms that do not
// provide a fast path for setting SetNonblock and CloseOnExec.
// +build darwin dragonfly freebsd netbsd openbsd
// +build darwin dragonfly freebsd netbsd openbsd solaris
package net