Document Pal methods

This commit is contained in:
Peter Limkilde Svendsen
2026-04-06 20:12:04 +02:00
parent 43a8cbadec
commit 2d2aa5592b
3 changed files with 111 additions and 2 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ pub fn e_raw(sys: usize) -> Result<usize> {
}
}
/// Linux syscall implementation of the platform abstraction layer.
/// Linux syscall implementation of [`Pal`].
pub struct Sys;
impl Sys {