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