summaryrefslogtreecommitdiffstats
path: root/safe_libc/src/lib.rs
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2020-04-13 02:13:58 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2020-04-13 02:13:58 +0200
commit5b449f4e1e43bc59109da5a37edf5ec911d3df8e (patch)
tree46968e5619a1088f131f532a5d78e8ff4d033325 /safe_libc/src/lib.rs
parentfff906a78ba545e77d087a82711b30bcc8e0d0c5 (diff)
downloadneco-5b449f4e1e43bc59109da5a37edf5ec911d3df8e.tar
neco-5b449f4e1e43bc59109da5a37edf5ec911d3df8e.zip
IO, error handling
Diffstat (limited to 'safe_libc/src/lib.rs')
-rw-r--r--safe_libc/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/safe_libc/src/lib.rs b/safe_libc/src/lib.rs
index 0ab0e89..aec5acc 100644
--- a/safe_libc/src/lib.rs
+++ b/safe_libc/src/lib.rs
@@ -5,6 +5,7 @@ pub use libc::*;
mod util;
pub mod boxed;
+pub mod errno;
pub mod stdio;
pub mod string;