xref: /csrg-svn/lib/libc/sys/setregid.s (revision 21876)
1*21876Sdist/*
2*21876Sdist * Copyright (c) 1983 Regents of the University of California.
3*21876Sdist * All rights reserved.  The Berkeley software License Agreement
4*21876Sdist * specifies the terms and conditions for redistribution.
5*21876Sdist */
69506Smckusick
7*21876Sdist#ifndef lint
8*21876Sdiststatic char sccsid[] = "@(#)setregid.s	5.1 (Berkeley) 06/03/85";
9*21876Sdist#endif not lint
10*21876Sdist
119506Smckusick#include "SYS.h"
129506Smckusick
139506SmckusickSYSCALL(setregid)
149506Smckusick	ret		# setregid(rgid, egid)
15