]> Cypherpunks repositories - gostls13.git/commit
syscall: support for tty options in StartProcess
authorKen Rockot <ken@oz.gs>
Mon, 27 Jun 2011 23:07:49 +0000 (19:07 -0400)
committerRuss Cox <rsc@golang.org>
Mon, 27 Jun 2011 23:07:49 +0000 (19:07 -0400)
commit82a8afdf1411bbe5b08b09d1e94a8d1c4fb5635c
tree562d3da67a8c36a0cdc795adb72f80d5a2b076e4
parentabd50de296c129bbb4def693a6f1ebb66d6221f6
syscall: support for tty options in StartProcess

These are the relevant changes to exec_unix.go now that
mkerrors.sh outputs have been updated.

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