Remove the "-1 errno" e() function.

This commit is contained in:
4lDO2
2024-09-27 13:23:02 +02:00
parent 070b4cd05c
commit eee603efa8
8 changed files with 43 additions and 90 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ pub use self::pal::{Pal, PalEpoll, PalPtrace, PalSignal, PalSocket};
mod pal;
pub use self::sys::{e, Sys};
pub use self::sys::Sys;
#[cfg(all(not(feature = "no_std"), target_os = "linux"))]
#[path = "linux/mod.rs"]