fn pipeLinux(fd: *[2]c_int) callconv(.c) c_int
fn pipeLinux(fd: *[2]c_int) callconv(.c) c_int { return errno(linux.pipe(@ptrCast(fd))); }