xref: /csrg-svn/lib/libc/vax/sys/getppid.s (revision 21827)
1*21827Sdist/*
2*21827Sdist * Copyright (c) 1983 Regents of the University of California.
3*21827Sdist * All rights reserved.  The Berkeley software License Agreement
4*21827Sdist * specifies the terms and conditions for redistribution.
5*21827Sdist */
69468Smckusick
7*21827Sdist#ifndef lint
8*21827Sdiststatic char sccsid[] = "@(#)getppid.s	5.1 (Berkeley) 06/03/85";
9*21827Sdist#endif not lint
10*21827Sdist
119468Smckusick#include "SYS.h"
129468Smckusick
139468SmckusickPSEUDO(getppid,getpid)
149468Smckusick	movl	r1,r0
159468Smckusick	ret		# ppid = getppid();
16