minix/lib/libc/syscall/fpathconf.S

7 lines
89 B
ArmAsm
Raw Normal View History

#include <machine/asm.h>
IMPORT(_fpathconf)
ENTRY(fpathconf)
jmp _C_LABEL(_fpathconf)
2005-04-21 16:53:53 +02:00