minix/lib/libc/syscall/getpprocnr.s

8 lines
94 B
ArmAsm

.sect .text
.extern __getpprocnr
.define _getpprocnr
.align 2
_getpprocnr:
jmp __getpprocnr