make struct repr C

This commit is contained in:
auronandace
2026-02-10 11:24:08 +00:00
parent 950ec367ca
commit deb3abf522
+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,