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

Issue 2148042: arm: use the correct stat syscalls (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 6 months ago by brad_danga_com
Modified:
14 years, 4 months ago
Reviewers:
CC:
rsc, golang-dev, kaib
Visibility:
Public.

Description

arm: use the correct stat syscalls We were using the 64-bit struct with the old 32-bit system calls. http://code.google.com/p/go/issues/detail?id=1083 This also fixes up mksyscall.sh to generate gofmt-compliant code.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -20 lines) Patch
M src/pkg/syscall/mksyscall.sh View 4 chunks +13 lines, -10 lines 0 comments Download
M src/pkg/syscall/syscall_linux_arm.go View 2 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/syscall/zsyscall_linux_arm.go View 3 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 3
brad_danga_com
14 years, 6 months ago (2010-09-06 20:02:48 UTC) #1
rsc1
LGTM
14 years, 6 months ago (2010-09-07 13:23:20 UTC) #2
rsc
14 years, 6 months ago (2010-09-07 13:23:57 UTC) #3
*** Submitted as 5a4e40aae429 ***

arm: use the correct stat syscalls

We were using the 64-bit struct with the old 32-bit
system calls.

http://code.google.com/p/go/issues/detail?id=1083

This also fixes up mksyscall.sh to generate
gofmt-compliant code.

R=rsc
CC=golang-dev, kaib
http://codereview.appspot.com/2148042

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