libc/newlib/libc/sys/sysvi386/lseek.S

9 lines
92 B
ArmAsm

.globl _lseek
.globl lseek
_lseek:
lseek:
movl $0x13, %eax
lcall $7,$0
jb _cerror
ret