. use library function to parse memory string
[minix3.git] / lib / syscall / getppid.s
blobd0ee474007fc1ecdfb358d7240f3b52124952335
1 .sect .text
2 .extern __getppid
3 .define _getppid
4 .align 2
6 _getppid:
7 jmp __getppid