minix/lib/syscall/getppid.s
2005-04-21 14:53:53 +00:00

8 lines
82 B
ArmAsm
Executable file

.sect .text
.extern __getppid
.define _getppid
.align 2
_getppid:
jmp __getppid