]> Cypherpunks repositories - gostls13.git/commit
os/exec: fix plan9 build
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 14 Jul 2015 05:13:32 +0000 (22:13 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 14 Jul 2015 05:33:14 +0000 (05:33 +0000)
commita74d030557ed952d8740440d88c412d597d485cc
tree6ba8309b1a53adcb7be7f54f183b10205cbc4dec
parentc218a075beedef729307359969f8c76f410dac10
os/exec: fix plan9 build

Fixes build from https://golang.org/cl/12152

Plan 9 lacks syscall.EPIPE. I was misled by api/go1.txt and also
forgot to use the trybots. :(

Change-Id: I4982fe969ad4a8724090cb03009bfb21780d8aa7
Reviewed-on: https://go-review.googlesource.com/12153
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/os/exec/exec.go
src/os/exec/exec_posix.go [new file with mode: 0644]