minix/lib/libc/syscall/fcntl.S

7 lines
77 B
ArmAsm
Raw Normal View History

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