sys_getpgrp  [kernel/sys.c]


Gets process group ID. This system call is identical to sys_getpgid with ebx set to 0.

Arguments

eax 65

Return values

The return value is the process's group ID.

Remarks

n/a

Compatibility

n/a