mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +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
|
|
|