7 lines
80 B
ArmAsm
7 lines
80 B
ArmAsm
.text
|
|
.extern __pathconf
|
|
.globl _pathconf
|
|
.balign 2
|
|
|
|
_pathconf:
|
|
jmp __pathconf
|