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

Issue 13660043: code review 13660043: syscall: add TCIOFLUSH family of constants (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 7 months ago by dave
Modified:
10 years, 7 months ago
Reviewers:
minux1, mikio, bradfitz
CC:
mikio, jsing, minux1, bradfitz, golang-dev
Visibility:
Public.

Description

syscall: add TCIOFLUSH family of constants Fixes issue 6355. zerrors_linux_{386,amd64,arm}.go were regenerated using mkerrors.sh but I opted to add the three TC.*FLUSH lines by hand to keep the diff smaller and avoid problems with the API checker. I'll check freebsd and darwin, could I ask for help with net/open bsd.

Patch Set 1 #

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

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

Patch Set 4 : diff -r 77a4d225cc7e https://code.google.com/p/go #

Patch Set 5 : diff -r d428d4ae674f https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -0 lines) Patch
M src/pkg/syscall/consistency_unix_test.go View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M src/pkg/syscall/mkerrors.sh View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_386.go View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_amd64.go View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/syscall/zerrors_linux_arm.go View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6
dave_cheney.net
Hello mikioh.mikioh@gmail.com, jsing@google.com, minux.ma@gmail.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 7 months ago (2013-09-11 09:24:03 UTC) #1
bradfitz
LGTM On Wed, Sep 11, 2013 at 2:24 AM, <dave@cheney.net> wrote: > Reviewers: mikio, jsing, ...
10 years, 7 months ago (2013-09-11 09:25:38 UTC) #2
dave_cheney.net
This passes on all the systems I have access to. I'll submit this tomorrow.
10 years, 7 months ago (2013-09-11 12:59:55 UTC) #3
mikio
LGTM sigh, clang breaks syscall bootstrap stuff on darwin.
10 years, 7 months ago (2013-09-12 03:07:36 UTC) #4
minux1
I've checked NetBSD/{386,amd64,arm}. LGTM.
10 years, 7 months ago (2013-09-12 03:10:43 UTC) #5
dave_cheney.net
10 years, 7 months ago (2013-09-13 05:01:40 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=0f036b4b1da5 ***

syscall: add TCIOFLUSH family of constants

Fixes issue 6355.

zerrors_linux_{386,amd64,arm}.go were regenerated using mkerrors.sh but I opted
to add the three TC.*FLUSH lines by hand to keep the diff smaller and avoid
problems with the API checker.

I'll check freebsd and darwin, could I ask for help with net/open bsd.

R=mikioh.mikioh, jsing, minux.ma, bradfitz
CC=golang-dev
https://codereview.appspot.com/13660043
Sign in to reply to this message.

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