xref: /original-bsd/lib/libc/vax/sys/getppid.s (revision 264c46cb)
1/* getppid.s 4.1 82/12/04 */
2
3#include "SYS.h"
4
5PSEUDO(getppid,getpid)
6	movl	r1,r0
7	ret		# ppid = getppid();
8