mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
c738591e7e
commit
50df136483
43 changed files with 324 additions and 45 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue