mirror of
https://github.com/golang/go
synced 2024-11-12 08:50:22 -07:00
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
This commit is contained in:
parent
4c8de36e2b
commit
ae6cbd4fcf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user