mman.h\bits\mips64\arch - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/arch/mips64/bits/mman.h
blob: 9027bb6376019fbd639c3ffbcc5079d656cea6ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#undef MAP_ANON
#define MAP_ANON 0x800
#undef MAP_NORESERVE
#define MAP_NORESERVE 0x0400
#undef MAP_GROWSDOWN
#define MAP_GROWSDOWN 0x1000
#undef MAP_DENYWRITE
#define MAP_DENYWRITE 0x2000
#undef MAP_EXECUTABLE
#define MAP_EXECUTABLE 0x4000
#undef MAP_LOCKED
#define MAP_LOCKED 0x8000
#undef MAP_POPULATE
#define MAP_POPULATE 0x10000
#undef MAP_NONBLOCK
#define MAP_NONBLOCK 0x20000
#undef MAP_STACK
#define MAP_STACK 0x40000
#undef MAP_HUGETLB
#define MAP_HUGETLB 0x80000
#undef MAP_SYNC
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#undef MADV_SOFT_OFFLINE
#endif
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月05日 01:09:41 +0000

AltStyle によって変換されたページ (->オリジナル) /