Add more tests

This commit is contained in:
Jeremy Soller
2019-07-07 09:11:45 -06:00
parent ba937b1497
commit cceeae6ffe
2 changed files with 175 additions and 7 deletions
+2 -2
View File
@@ -125,7 +125,7 @@ impl Default for SigAction {
}
}
#[derive(Copy, Clone, Debug, Default)]
#[derive(Copy, Clone, Debug, Default, PartialEq)]
#[repr(C)]
pub struct Stat {
pub st_dev: u64,
@@ -164,7 +164,7 @@ impl DerefMut for Stat {
}
}
#[derive(Copy, Clone, Debug, Default)]
#[derive(Copy, Clone, Debug, Default, PartialEq)]
#[repr(C)]
pub struct StatVfs {
pub f_bsize: u32,