mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 19:09:58 +08:00
9 lines
92 B
ArmAsm
9 lines
92 B
ArmAsm
.globl _lseek
|
|
.globl lseek
|
|
_lseek:
|
|
lseek:
|
|
movl $0x13, %eax
|
|
lcall $7,$0
|
|
jb _cerror
|
|
ret
|