os, os/exec, os/user: add support for GOOS=solaris

R=golang-codereviews, dave, minux.ma, gobot, jsing
CC=golang-codereviews
https://golang.org/cl/36020043
This commit is contained in:
Aram Hăvărneanu 2014-01-10 02:49:37 +11:00 committed by Joel Sing
parent 7e639c0229
commit 6d0d08b849
18 changed files with 91 additions and 15 deletions

View file

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin dragonfly freebsd linux netbsd openbsd
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package exec