minix/lib/syscall/getppid.s

8 lines
82 B
ArmAsm
Raw Normal View History

2005-04-21 16:53:53 +02:00
.sect .text
.extern __getppid
.define _getppid
.align 2
_getppid:
jmp __getppid