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

Issue 53350043: code review 53350043: syscall: add Flock_t on Linux (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 3 months ago by bradfitz
Modified:
10 years, 3 months ago
Reviewers:
iant
CC:
golang-codereviews, dfc, iant
Visibility:
Public.

Description

syscall: add Flock_t on Linux Matches Darwin and the BSDs. This means leveldb-go, kv, Camlistore, etc can stop defining these structs on Linux by hand. Update Issue 7059

Patch Set 1 #

Patch Set 2 : diff -r 902dc062bff8 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 902dc062bff8 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r c3d455c18420 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -0 lines) Patch
M src/pkg/syscall/consistency_unix_test.go View 1 2 3 1 chunk +10 lines, -0 lines 0 comments Download
M src/pkg/syscall/types_linux.go View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_linux_386.go View 1 1 chunk +8 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_linux_amd64.go View 1 1 chunk +10 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_linux_arm.go View 1 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 4
bradfitz
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 3 months ago (2014-01-16 20:02:23 UTC) #1
dfc
Please consider adding a test to syscall/consistency_test.go On Fri, Jan 17, 2014 at 7:02 AM, ...
10 years, 3 months ago (2014-01-16 21:09:25 UTC) #2
iant
LGTM
10 years, 3 months ago (2014-01-16 21:59:26 UTC) #3
bradfitz
10 years, 3 months ago (2014-01-16 22:08:34 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=9c22c9bc4885 ***

syscall: add Flock_t on Linux

Matches Darwin and the BSDs. This means leveldb-go, kv,
Camlistore, etc can stop defining these structs on Linux by
hand.

Update Issue 7059

R=golang-codereviews, dave, iant
CC=golang-codereviews
https://codereview.appspot.com/53350043
Sign in to reply to this message.

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