Merge branch 'remove-fdset' into 'master'

remove duplicate fd_set struct from sys_time

See merge request redox-os/relibc!1105
This commit is contained in:
Jeremy Soller
2026-03-18 10:58:52 -06:00
-8
View File
@@ -38,14 +38,6 @@ pub const ITIMER_VIRTUAL: c_int = 1;
#[deprecated]
pub const ITIMER_PROF: c_int = 2;
/// See <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sys_time.h.html>.
///
/// TODO: specified for `sys/select.h` in modern POSIX?
#[repr(C)]
pub struct fd_set {
pub fds_bits: [c_long; 16usize],
}
/// See <https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_time.h.html>.
///
/// # Deprecation