]> Cypherpunks repositories - gostls13.git/commit
syscall: fix Await msg on Plan 9
authorAndrey Mirtchovski <mirtchovski@gmail.com>
Mon, 31 Oct 2011 17:34:59 +0000 (13:34 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 31 Oct 2011 17:34:59 +0000 (13:34 -0400)
commitd1f48db1cc021924e52614b5f7a71ab8bfa3f1cd
tree7da2c13110e06202495f47547f44d208019127b6
parent50110c9f83ee0cfa2909ca78a67f14dcca2e83c1
syscall: fix Await msg on Plan 9

Plan 9's await() returns '' for nil exit status but programs, most notably gotest,
see this as an error return.

R=rsc
CC=golang-dev
https://golang.org/cl/5305079
src/pkg/syscall/syscall_plan9.go