]> Cypherpunks repositories - gostls13.git/commitdiff
syscall: fix arm build
authorDave Cheney <dave@cheney.net>
Sat, 17 May 2014 00:06:56 +0000 (00:06 +0000)
committerDave Cheney <dave@cheney.net>
Sat, 17 May 2014 00:06:56 +0000 (00:06 +0000)
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

src/pkg/syscall/asm_linux_arm.s

index 8499a737041f3de53fdfc66999d756f454e94c66..a28bc6cfc0e966386dc38ad0bb4b2e41e92cbce2 100644 (file)
@@ -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