Skip to content
Snippets Groups Projects
Commit d1dabccd authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix missing modules in Redox platform

parent 165f099c
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,9 @@ use syscall::{self, Result};
use {c_str, errno, FileReader, FileWriter, Pal, RawFile, Read};
use types::*;
mod signal;
mod socket;
const EINVAL: c_int = 22;
const ENOSYS: c_int = 38;
const MAP_ANON: c_int = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment