sys_auxv sys_file and sys_random header cleanup
This commit is contained in:
@@ -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>.
|
||||
|
||||
Reference in New Issue
Block a user