]> Cypherpunks repositories - gostls13.git/commit
arm: use the correct stat syscalls
authorBrad Fitzpatrick <brad@danga.com>
Tue, 7 Sep 2010 13:23:49 +0000 (09:23 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 7 Sep 2010 13:23:49 +0000 (09:23 -0400)
commit34c312e11eafa814db5082404780f633b3e3247a
treec1f02511f5eb75b4b2e629a867624e8239fa68c0
parent832ed355fefc3c80bf75fdf0aaa39a1574a95854
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
https://golang.org/cl/2148042
src/pkg/syscall/mksyscall.sh
src/pkg/syscall/syscall_linux_arm.go
src/pkg/syscall/zsyscall_linux_arm.go