WIP: userspace signal handling

This commit is contained in:
4lDO2
2024-06-18 16:58:28 +02:00
parent 198151a355
commit 295cc820e6
12 changed files with 91 additions and 448 deletions
+3
View File
@@ -303,6 +303,9 @@ impl RaiiFrame {
.map_err(|_| Enomem)
.map(|inner| Self { inner })
}
pub unsafe fn new_unchecked(inner: Frame) -> Self {
Self { inner }
}
pub fn get(&self) -> Frame {
self.inner
}