]> Cypherpunks repositories - gostls13.git/commit
os: use syscall.Pipe2 on Linux
authorGeorg Reinke <guelfey@gmail.com>
Fri, 11 Jan 2013 16:30:25 +0000 (08:30 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 11 Jan 2013 16:30:25 +0000 (08:30 -0800)
commit98259b92115f24b41c5ba40c3cddb68f6f0077f8
treed8702b58d1c350a903b6bebc503a7e62f6cec200
parentb73a1a8e32ed4f394299a9fec5cfb53e963f6c08
os: use syscall.Pipe2 on Linux

Update #2656

R=golang-dev, iant, minux.ma, bradfitz
CC=golang-dev
https://golang.org/cl/7065063
src/pkg/os/file_unix.go
src/pkg/os/pipe_bsd.go [new file with mode: 0644]
src/pkg/os/pipe_linux.go [new file with mode: 0644]