Add various basic docstrings

This commit is contained in:
Peter Limkilde Svendsen
2024-10-27 23:25:57 +01:00
parent 9ac0226c93
commit 06fec0b843
12 changed files with 29 additions and 0 deletions
+1
View File
@@ -65,6 +65,7 @@ pub fn e_raw(sys: usize) -> Result<usize> {
}
}
/// Linux syscall implementation of the platform abstraction layer.
pub struct Sys;
impl Sys {