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
+3
View File
@@ -8,6 +8,7 @@ typedef long dev_t;
typedef unsigned long ino_t;
typedef int gid_t;
typedef int uid_t;
typedef int mode_t;
@@ -18,6 +19,8 @@ typedef long off_t;
typedef int pid_t;
typedef unsigned id_t;
typedef long ssize_t;
typedef long time_t;