minix/lib/libc/syscall/getpgrp.s

8 lines
82 B
ArmAsm

.sect .text
.extern __getpgrp
.define _getpgrp
.align 2
_getpgrp:
jmp __getpgrp