sys_getresgid [kernel/sys.c]


Gets the real GID, effective GID, and saved group ID's of the current process.

Arguments

eax 171
ebx Pointer to a buffer that will receive the real GID.
ecx Pointer to a buffer that will receive the effective GID.
edx Pointer to a buffer that will receive the saved GID.

Return values

If the system call succeeds the return value is 0.
If the system call fails the return value is -EFAULT meaning that one of the arguments specified an address outside the calling program's address space.

Remarks

n/a

Compatibility

n/a