minix/lib/libc/syscall/getpgrp.S

7 lines
83 B
ArmAsm
Raw Normal View History

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