* commit '81f1617a689931388c0b223ec729297b3a2bc792': Updated the cleaned header file mman.h for MIPS.
This commit is contained in:
commit
029cf34cfd
@ -47,22 +47,34 @@
|
|||||||
#define MAP_POPULATE 0x10000
|
#define MAP_POPULATE 0x10000
|
||||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||||
#define MAP_NONBLOCK 0x20000
|
#define MAP_NONBLOCK 0x20000
|
||||||
|
#define MAP_STACK 0x40000
|
||||||
|
#define MAP_HUGETLB 0x80000
|
||||||
#define MS_ASYNC 0x0001
|
#define MS_ASYNC 0x0001
|
||||||
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||||
#define MS_INVALIDATE 0x0002
|
#define MS_INVALIDATE 0x0002
|
||||||
#define MS_SYNC 0x0004
|
#define MS_SYNC 0x0004
|
||||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
|
||||||
#define MCL_CURRENT 1
|
#define MCL_CURRENT 1
|
||||||
#define MCL_FUTURE 2
|
#define MCL_FUTURE 2
|
||||||
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||||
#define MADV_NORMAL 0
|
#define MADV_NORMAL 0
|
||||||
#define MADV_RANDOM 1
|
#define MADV_RANDOM 1
|
||||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
|
||||||
#define MADV_SEQUENTIAL 2
|
#define MADV_SEQUENTIAL 2
|
||||||
#define MADV_WILLNEED 3
|
#define MADV_WILLNEED 3
|
||||||
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||||
#define MADV_DONTNEED 4
|
#define MADV_DONTNEED 4
|
||||||
#define MADV_REMOVE 9
|
#define MADV_REMOVE 9
|
||||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
|
||||||
#define MADV_DONTFORK 10
|
#define MADV_DONTFORK 10
|
||||||
#define MADV_DOFORK 11
|
#define MADV_DOFORK 11
|
||||||
#define MAP_FILE 0
|
|
||||||
#endif
|
|
||||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||||
|
#define MADV_MERGEABLE 12
|
||||||
|
#define MADV_UNMERGEABLE 13
|
||||||
|
#define MADV_HWPOISON 100
|
||||||
|
#define MADV_HUGEPAGE 14
|
||||||
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||||
|
#define MADV_NOHUGEPAGE 15
|
||||||
|
#define MADV_DONTDUMP 16
|
||||||
|
#define MADV_DODUMP 17
|
||||||
|
#define MAP_FILE 0
|
||||||
|
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user