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

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

#include "SYS.h"

ENTRY(setrgid)
	pushl	$-1
	pushl	4(ap)
	CALL(2,setregid)
	ret