minix/lib/libc/syscall/lseek.s

8 lines
74 B
ArmAsm

.sect .text
.extern __lseek
.define _lseek
.align 2
_lseek:
jmp __lseek