7 lines
84 B
ArmAsm
7 lines
84 B
ArmAsm
.text
|
|
.extern __fpathconf
|
|
.globl _fpathconf
|
|
.balign 2
|
|
|
|
_fpathconf:
|
|
jmp __fpathconf
|