]> Cypherpunks repositories - gostls13.git/commitdiff
net: remove solaris tag from cgo
authorMikio Hara <mikioh.mikioh@gmail.com>
Mon, 26 Jan 2015 11:52:02 +0000 (20:52 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 29 Jan 2015 10:07:21 +0000 (10:07 +0000)
For now solaris port does not support cgo. Moreover, its system calls
and library interfaces are different from BSD.

Change-Id: Idb4fed889973368b35d38b361b23581abacfdeab
Reviewed-on: https://go-review.googlesource.com/3306
Reviewed-by: Aram Hăvărneanu <aram@mgk.ro>
src/net/cgo_bsd.go

index 3090d3019d336d3a8e5c7f90673af447984c06d3..388eab4fe1a0f7faec1dc6d9ffc017fa80a6c2bb 100644 (file)
@@ -3,7 +3,7 @@
 // license that can be found in the LICENSE file.
 
 // +build !netgo
-// +build darwin dragonfly freebsd solaris
+// +build darwin dragonfly freebsd
 
 package net