fn dupLinux(fd: c_int) callconv(.c) c_int
fn dupLinux(fd: c_int) callconv(.c) c_int { return errno(linux.dup(fd)); }