minix/lib/libc/syscall/getprocnr.s

8 lines
90 B
ArmAsm

.sect .text
.extern __getprocnr
.define _getprocnr
.align 2
_getprocnr:
jmp __getprocnr