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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user