4.1cBSD/usr/src/lib/libc/sys/setgid.c

/* setgid.c 4.1 82/12/04 */

#include "SYS.h"

ENTRY(setgid)
	pushl	4(ap)
	pushl	4(ap)
	CALL(2,setregid)
	ret