2 Copyright © 2003-2013, The AROS Development Team. All rights reserved.
5 POSIX.1-2008 function getgid().
8 #include "__posixc_intbase.h"
10 /*****************************************************************************
21 Returns the real group ID of the calling process
38 ******************************************************************************/
40 struct PosixCIntBase
*PosixCBase
=
41 (struct PosixCIntBase
*)__aros_getbase_PosixCBase();
43 return (gid_t
)PosixCBase
->gid
;