Parcourir la source

Enable sys/mman

Jeremy Soller il y a 6 ans
Parent
commit
1becb8c43a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;