提交 90c3615a 编写于 作者: P Peter Tribble 提交者: Brian Brazil

Fix solaris build. (#6149)

* Fix solaris build.
* Tidy up build constraints on statfs_linux_386.go
Signed-off-by: NPeter Tribble <peter.tribble@gmail.com>
上级 61e14a6b
......@@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build openbsd windows netbsd
// +build openbsd windows netbsd solaris
package runtime
......
......@@ -11,7 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !windows,!openbsd,!netbsd
// +build !windows,!openbsd,!netbsd,!solaris
// +build !386
package runtime
......
......@@ -11,7 +11,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build !windows !openbsd !darwin !freebsd !netbsd
// +build linux,386
package runtime
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册