sys_getgid  [kernel/timer.c]


Gets the real group ID of the current process. Real GID correspond to the login information of the user who started the process.

Arguments

eax 47

Return values

The return value is a real group ID of the current process.

Remarks

Real GID is usually identical to the effective GID as the one returned by sys_getegid, however on some occasions (e.g. when invoking suid) it may differ.

Compatibility

n/a