minix/lib/syscall/pathconf.s
2009-11-09 10:26:00 +00:00

8 lines
86 B
ArmAsm

.sect .text
.extern __pathconf
.define _pathconf
.align 2
_pathconf:
jmp __pathconf