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