xref: /csrg-svn/lib/libc/vax/sys/getppid.s (revision 42474)
121827Sdist/*
2*42474Sbostic * Copyright (c) 1983 The Regents of the University of California.
334391Sbostic * All rights reserved.
434391Sbostic *
5*42474Sbostic * %sccs.include.redist.c%
621827Sdist */
79468Smckusick
89468Smckusick#include "SYS.h"
99468Smckusick
10*42474Sbostic#if defined(LIBC_SCCS) && !defined(lint)
11*42474Sbostic	ASMSTR "@(#)getppid.s	5.7 (Berkeley) 05/30/90"
12*42474Sbostic#endif /* LIBC_SCCS and not lint */
13*42474Sbostic
149468SmckusickPSEUDO(getppid,getpid)
159468Smckusick	movl	r1,r0
1641830Sbostic	ret		/* ppid = getppid(); */
17