]> Cypherpunks repositories - gostls13.git/commit
syscall: mark stdin, stdout and stderr as non-inheritable by child process
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 23 Sep 2011 08:16:13 +0000 (18:16 +1000)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 23 Sep 2011 08:16:13 +0000 (18:16 +1000)
commit7249fa773a452b57f9b6834e540fa4848d5fdd9a
treee7a89c5e5fe469bf3885798aba419686c518b69c
parente4790b5fa4d2e29892ab162a3148311c738320b3
syscall: mark stdin, stdout and stderr as non-inheritable by child process

Fixes #2250.

R=golang-dev, hectorchu
CC=golang-dev, vincent.vanackere
https://golang.org/cl/5086050
src/pkg/syscall/syscall_windows.go