pub fn getpgid(pid: pid_t) usize
pub fn getpgid(pid: pid_t) usize { return syscall1(.getpgid, @as(u32, @bitCast(pid))); }