pub const FD_MAX: u32 = _; // 2_147_483_647u32
POSIX requires fds to be assigned as libc::c_int, so we can’t allow any fds larger than this.
libc::c_int