7 lines
68 B
ArmAsm
7 lines
68 B
ArmAsm
.text
|
|
.extern __lstat
|
|
.globl _lstat
|
|
.balign 2
|
|
|
|
_lstat:
|
|
jmp __lstat
|