libc/newlib/libc/sys/sysvi386/pathconf.S

7 lines
77 B
ArmAsm

.globl pathconf
pathconf:
movl $0x2e28, %eax
lcall $7,$0
jb _cerror
ret