瀏覽代碼

Enable sys/mman

Jeremy Soller 6 年之前
父節點
當前提交
1becb8c43a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/header/mod.rs

+ 1 - 1
src/header/mod.rs

@@ -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;