7 lines
86 B
ArmAsm
Executable file
7 lines
86 B
ArmAsm
Executable file
.sect .text
|
|
.extern __pathconf
|
|
.define _pathconf
|
|
.align 2
|
|
|
|
_pathconf:
|
|
jmp __pathconf
|