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

Issue 176058: code review 176058: Fix to allow error returns on syscalls with 64-bit return (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 4 months ago by cw
Modified:
14 years, 4 months ago
Reviewers:
CC:
dho, rsc, r
Visibility:
Public.

Description

Fix to allow error returns on syscalls with 64-bit return values on 32-bt platforms.

Patch Set 1 #

Patch Set 2 : code review 176058: Fix to allow error returns on syscalls with 64-bit return #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -29 lines) Patch
M src/pkg/syscall/mksyscall.sh View 1 chunk +0 lines, -1 line 0 comments Download
M src/pkg/syscall/zsyscall_darwin_386.go View 1 chunk +2 lines, -1 line 0 comments Download
M src/pkg/syscall/zsyscall_freebsd_386.go View 1 chunk +2 lines, -1 line 0 comments Download
M src/pkg/syscall/zsyscall_linux_386.go View 2 chunks +4 lines, -2 lines 0 comments Download
M src/pkg/syscall/zsyscall_linux_arm.go View 5 chunks +27 lines, -24 lines 0 comments Download

Messages

Total messages: 4
cw
Hello dho, r, rsc (cc: cw), I'd like you to review the following change.
14 years, 4 months ago (2009-12-12 06:48:01 UTC) #1
rsc
nice, thanks.
14 years, 4 months ago (2009-12-13 20:43:20 UTC) #2
rsc
LGTM
14 years, 4 months ago (2009-12-13 20:43:27 UTC) #3
rsc
14 years, 4 months ago (2009-12-13 21:05:53 UTC) #4
*** Submitted as http://code.google.com/p/go/source/detail?r=8f27dd511198 ***

syscall: fix error return bug for 64-bit return on 32-bit platform

R=dho, rsc
CC=r
http://codereview.appspot.com/176058

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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