getgid (System Call)

NAME

getgid – get the real group ID

SYNOPSIS
[crayon-6a61880158a59679169582/]
DESCRIPTION

The getgid() function shall return the real group ID of the calling process.

RETURN VALUE

The getgid() function shall always be successful and no return value is reserved to indicate an error.

ERRORS

No errors are defined.