2 Copyright © 2004-2017, The AROS Development Team. All rights reserved.
5 POSIX.1-2008 function setgid().
8 #include <aros/debug.h>
11 #include "__posixc_intbase.h"
13 /*****************************************************************************
24 Set the group id, and effective group id of the calling process to gid.
40 ******************************************************************************/
42 struct PosixCIntBase
*PosixCBase
=
43 (struct PosixCIntBase
*)__aros_getbase_PosixCBase();
45 PosixCBase
->egid
= PosixCBase
->gid
= gid
;