mirror of
https://github.com/fluencelabs/musl
synced 2025-04-27 16:12:18 +00:00
14 lines
271 B
C
14 lines
271 B
C
#define PROT_SAO 0x10
|
|
|
|
#undef MAP_NORESERVE
|
|
#define MAP_NORESERVE 0x40
|
|
#undef MAP_LOCKED
|
|
#define MAP_LOCKED 0x80
|
|
|
|
#undef MCL_CURRENT
|
|
#define MCL_CURRENT 0x2000
|
|
#undef MCL_FUTURE
|
|
#define MCL_FUTURE 0x4000
|
|
#undef MCL_ONFAULT
|
|
#define MCL_ONFAULT 0x8000
|