7 lines
80 B
ArmAsm
7 lines
80 B
ArmAsm
.text
|
|
.extern __fstatvfs
|
|
.globl _fstatvfs
|
|
.balign 2
|
|
|
|
_fstatvfs:
|
|
jmp __fstatvfs
|