]> Cypherpunks repositories - gostls13.git/commit
syscall/exec_linux: enable changing controlling tty
authorPeter Waller <peter.waller@gmail.com>
Wed, 31 Oct 2012 00:36:18 +0000 (17:36 -0700)
committerIan Lance Taylor <iant@golang.org>
Wed, 31 Oct 2012 00:36:18 +0000 (17:36 -0700)
commit3494010f7dc1705d6317c82bfe458f61cf2bca66
tree57972d72b7e84a71ad082dd8a7e3d8b0c0926832
parent9b0f4be2fbab4b428f435287e73a4c2709ae5dc4
syscall/exec_linux: enable changing controlling tty

As discussed in the following thread:
https://groups.google.com/forum/?fromgroups=#!topic/golang-dev/emeJffxWhVo

This is required to enable applications such as `less` to use something
other than stdin as the controlling terminal.

R=dave, iant
CC=bradfitz, golang-dev
https://golang.org/cl/6785057
src/pkg/syscall/exec_linux.go