1*21812Sdist/* 2*21812Sdist * Copyright (c) 1983 Regents of the University of California. 3*21812Sdist * All rights reserved. The Berkeley software License Agreement 4*21812Sdist * specifies the terms and conditions for redistribution. 5*21812Sdist */ 69458Smckusick 7*21812Sdist#ifndef lint 8*21812Sdiststatic char sccsid[] = "@(#)getegid.s 5.1 (Berkeley) 06/03/85"; 9*21812Sdist#endif not lint 10*21812Sdist 119458Smckusick#include "SYS.h" 129458Smckusick 139458SmckusickPSEUDO(getegid,getgid) 149458Smckusick movl r1,r0 159458Smckusick ret # egid = getegid(); 16