Merge branch 'fix-schedparam' into 'master'
make struct repr C See merge request redox-os/relibc!988
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user