aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Cheney <dave@cheney.net>2014-05-17 00:06:56 +0000
committerDave Cheney <dave@cheney.net>2014-05-17 00:06:56 +0000
commitae6cbd4fcf35471996c35018ec0ff908c0a59728 (patch)
tree22a6dbe249bbf267c535db1c88c8dc506eae6342
parent4c8de36e2bb01af620cc2b32d2dba806e9f07f9b (diff)
downloadgo-ae6cbd4fcf35471996c35018ec0ff908c0a59728.tar.gz
go-ae6cbd4fcf35471996c35018ec0ff908c0a59728.zip
syscall: fix arm build
Rename Seek to seek in asm file, was overlooked in CL 99320043. LGTM=bradfitz, r R=r, rsc, bradfitz CC=golang-codereviews https://golang.org/cl/99320044
-rw-r--r--src/pkg/syscall/asm_linux_arm.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/syscall/asm_linux_arm.s b/src/pkg/syscall/asm_linux_arm.s
index 8499a73704..a28bc6cfc0 100644
--- a/src/pkg/syscall/asm_linux_arm.s
+++ b/src/pkg/syscall/asm_linux_arm.s
@@ -103,7 +103,7 @@ ok2:
// taking the address of the return value newoffset.
// Underlying system call is
// llseek(int fd, int offhi, int offlo, int64 *result, int whence)
-TEXT ·Seek(SB),NOSPLIT,$0-32
+TEXT ·seek(SB),NOSPLIT,$0-32
BL runtime·entersyscall(SB)
MOVW $SYS__LLSEEK, R7 // syscall entry
MOVW 4(SP), R0 // fd