Enable sys/mman

This commit is contained in:
Jeremy Soller
2018-12-09 16:24:23 -07:00
parent f9b836d23e
commit 1becb8c43a
+1 -1
View File
@@ -30,7 +30,7 @@ pub mod string;
pub mod strings;
pub mod sys_file;
pub mod sys_ioctl;
//pub mod sys_mman;
pub mod sys_mman;
//pub mod sys_resource;
pub mod sys_select;
pub mod sys_socket;