xref: /csrg-svn/lib/libc/tahoe/sys/getppid.s (revision 42648)
129463Ssam/*
229463Ssam * Copyright (c) 1983 Regents of the University of California.
334389Sbostic * All rights reserved.
434389Sbostic *
5*42648Sbostic * %sccs.include.redist.c%
629463Ssam */
729463Ssam
834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint)
9*42648Sbostic	.asciz "@(#)getppid.s	5.4 (Berkeley) 06/01/90"
1034389Sbostic#endif /* SYSLIBC_SCCS and not lint */
1129463Ssam
1229463Ssam#include "SYS.h"
1329463Ssam
1429463SsamPSEUDO(getppid,getpid)
1529463Ssam	movl	r1,r0
1629463Ssam	ret		# ppid = getppid();
17