1*42478Sbostic/*- 2*42478Sbostic * Copyright (c) 1990 The Regents of the University of California. 3*42478Sbostic * All rights reserved. 4*42478Sbostic * 5*42478Sbostic * This code is derived from software contributed to Berkeley by 6*42478Sbostic * the Systems Programming Group of the University of Utah Computer 7*42478Sbostic * Science Department. 8*42478Sbostic * 9*42478Sbostic * %sccs.include.redist.c% 10*42478Sbostic */ 11*42478Sbostic 12*42478Sbostic#if defined(LIBC_SCCS) && !defined(lint) 13*42478Sbostic .asciz "@(#)getegid.s 5.1 (Berkeley) 05/30/90" 14*42478Sbostic#endif /* LIBC_SCCS and not lint */ 15*42478Sbostic 16*42478Sbostic#include "SYS.h" 17*42478Sbostic 18*42478SbosticPSEUDO(getegid,getgid) /* egid = getegid(); */ 19*42478Sbostic movl d1,d0 20*42478Sbostic rts 21