Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(14173)

Issue 7065063: code review 7065063: os: use syscall.Pipe2 on Linux (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by guelfey
Modified:
11 years, 3 months ago
Reviewers:
CC:
golang-dev, iant, minux1, bradfitz
Visibility:
Public.

Description

os: use syscall.Pipe2 on Linux Update issue 2656

Patch Set 1 #

Patch Set 2 : diff -r afa30db15b70 https://code.google.com/p/go #

Patch Set 3 : diff -r e8cfa948baf2 https://code.google.com/p/go #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -19 lines) Patch
M src/pkg/os/file_unix.go View 1 1 chunk +0 lines, -19 lines 0 comments Download
A src/pkg/os/pipe_bsd.go View 1 1 chunk +28 lines, -0 lines 0 comments Download
A src/pkg/os/pipe_linux.go View 1 2 1 chunk +33 lines, -0 lines 2 comments Download

Messages

Total messages: 9
guelfey
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 3 months ago (2013-01-11 13:03:16 UTC) #1
iant
CL description should say exactly Updates issue 2656. That syntax is recognized by the code.google.com ...
11 years, 3 months ago (2013-01-11 14:58:19 UTC) #2
guelfey
On 2013/01/11 14:58:19, iant wrote: > CL description should say exactly > > Updates issue ...
11 years, 3 months ago (2013-01-11 15:05:11 UTC) #3
minux1
On Fri, Jan 11, 2013 at 10:58 PM, <iant@golang.org> wrote: > CL description should say ...
11 years, 3 months ago (2013-01-11 15:07:07 UTC) #4
guelfey
On 2013/01/11 15:07:07, minux wrote: > On Fri, Jan 11, 2013 at 10:58 PM, <mailto:iant@golang.org> ...
11 years, 3 months ago (2013-01-11 15:18:12 UTC) #5
bradfitz
https://codereview.appspot.com/7065063/diff/4001/src/pkg/os/pipe_linux.go File src/pkg/os/pipe_linux.go (right): https://codereview.appspot.com/7065063/diff/4001/src/pkg/os/pipe_linux.go#newcode4 src/pkg/os/pipe_linux.go:4: On 2013/01/11 14:58:19, iant wrote: > Missing // +build ...
11 years, 3 months ago (2013-01-11 15:55:46 UTC) #6
iant
On 2013/01/11 15:05:11, guelfey wrote: > > Doesn't the build tool figure this out by ...
11 years, 3 months ago (2013-01-11 16:27:36 UTC) #7
iant
LGTM
11 years, 3 months ago (2013-01-11 16:27:53 UTC) #8
iant
11 years, 3 months ago (2013-01-11 16:30:33 UTC) #9
*** Submitted as https://code.google.com/p/go/source/detail?r=ec1e87068221 ***

os: use syscall.Pipe2 on Linux

Update issue 2656

R=golang-dev, iant, minux.ma, bradfitz
CC=golang-dev
https://codereview.appspot.com/7065063

Committer: Ian Lance Taylor <iant@golang.org>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b