minix/lib/libc/syscall/getpid.s

8 lines
78 B
ArmAsm

.sect .text
.extern __getpid
.define _getpid
.align 2
_getpid:
jmp __getpid