Browse Source

Enable sys/mman

Jeremy Soller 6 năm trước cách đây
mục cha
commit
1becb8c43a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;