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:
committed by
Dan Robertson
parent
ffeefb2a8e
commit
2f718d40d6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user