minix/lib/libc/syscall/getnpid.s

8 lines
82 B
ArmAsm

.sect .text
.extern __getnpid
.define _getnpid
.align 2
_getnpid:
jmp __getnpid