sys_auxv sys_file and sys_random header cleanup

This commit is contained in:
auronandace
2026-01-02 21:23:58 +00:00
parent db0ef9cde8
commit 34c3ec3e6b
3 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -6,7 +6,10 @@ use core::slice;
use crate::{
error::ResultExt,
platform::{Pal, Sys, types::*},
platform::{
Pal, Sys,
types::{c_uint, c_void, size_t, ssize_t},
},
};
/// See <https://www.man7.org/linux/man-pages/man2/getrandom.2.html>.