129457Ssam/* 229457Ssam * Copyright (c) 1983 Regents of the University of California. 334389Sbostic * All rights reserved. 434389Sbostic * 5*42648Sbostic * %sccs.include.redist.c% 629457Ssam */ 729457Ssam 834389Sbostic#if defined(SYSLIBC_SCCS) && !defined(lint) 9*42648Sbostic .asciz "@(#)getegid.s 5.4 (Berkeley) 06/01/90" 1034389Sbostic#endif /* SYSLIBC_SCCS and not lint */ 1129457Ssam 1229457Ssam#include "SYS.h" 1329457Ssam 1429457SsamPSEUDO(getegid,getgid) 1529457Ssam movl r1,r0 1629457Ssam ret # egid = getegid(); 17