mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
10 lines
97 B
ArmAsm
10 lines
97 B
ArmAsm
|
|
||
|
.globl __lseek
|
||
|
.globl _lseek
|
||
|
__lseek:
|
||
|
_lseek: chlvl #0,#0x13
|
||
|
jnl ok
|
||
|
jmp cerror
|
||
|
ok: ret #0
|
||
|
|