xref: /csrg-svn/lib/libc/vax/sys/getegid.s (revision 42480)
121812Sdist/*
242474Sbostic * Copyright (c) 1983 The Regents of the University of California.
334391Sbostic * All rights reserved.
434391Sbostic *
542474Sbostic * %sccs.include.redist.c%
621812Sdist */
79458Smckusick
89458Smckusick#include "SYS.h"
99458Smckusick
1042474Sbostic#if defined(LIBC_SCCS) && !defined(lint)
11*42480Sbostic	ASMSTR "@(#)getegid.s	5.8 (Berkeley) 05/30/90"
1242474Sbostic#endif /* LIBC_SCCS and not lint */
1342474Sbostic
14*42480SbosticPSEUDO(getegid,getgid)
159458Smckusick	movl	r1,r0
1641822Sbostic	ret		/* egid = getegid(); */
17