]> Cypherpunks repositories - gostls13.git/commit
syscall: remove the Signal type on Plan 9
authorAnthony Martin <ality@pbrane.org>
Fri, 4 May 2012 10:44:41 +0000 (03:44 -0700)
committerAnthony Martin <ality@pbrane.org>
Fri, 4 May 2012 10:44:41 +0000 (03:44 -0700)
commitfe5005f721d3036dd3c6fa5c0e7b43c188342859
tree9d907fbd0df8bd008f638cdd8ca28a751eb2bb9b
parent2bed8a7e957439587ae30416183fe2300d059bb9
syscall: remove the Signal type on Plan 9

Instead use a new type, "Note", whose underlying
type is just a string.  This change allows us to
remove the exported os.Plan9Note type.

R=bradfitz, seed, rsc
CC=golang-dev
https://golang.org/cl/6015046
src/pkg/os/exec.go
src/pkg/os/exec_plan9.go
src/pkg/os/exec_posix.go
src/pkg/syscall/syscall_plan9.go
src/pkg/syscall/zerrors_plan9_386.go