Merge branch 'fix-schedparam' into 'master'

make struct repr C

See merge request redox-os/relibc!988
This commit is contained in:
Jeremy Soller
2026-02-10 06:04:30 -07:00
+1
View File
@@ -12,6 +12,7 @@ use crate::{
};
/// See <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/sched.h.html>.
#[repr(C)]
#[derive(Clone, Copy, Debug)]
pub struct sched_param {
pub sched_priority: c_int,