mman: mman.h should be located at sys/mman.h

- Update target location of mman.h to sys/mman.h
 - Add more types to sys/type.h
This commit is contained in:
Dan Robertson
2018-03-10 19:01:54 +00:00
committed by Dan Robertson
parent ffeefb2a8e
commit 2f718d40d6
4 changed files with 7 additions and 3 deletions
+1
View File
@@ -50,6 +50,7 @@ pub type off_t = i64;
pub type mode_t = u16;
pub type time_t = i64;
pub type pid_t = usize;
pub type id_t = usize;
pub type gid_t = usize;
pub type uid_t = usize;
pub type dev_t = usize;