]> git.proxmox.com Git - wasi-libc.git/blame - libc-top-half/musl/arch/powerpc/bits/mman.h
Update to musl 1.2.1. (#222)
[wasi-libc.git] / libc-top-half / musl / arch / powerpc / bits / mman.h
CommitLineData
320054e8
DG
1#define PROT_SAO 0x10
2
3#undef MAP_NORESERVE
4#define MAP_NORESERVE 0x40
5#undef MAP_LOCKED
6#define MAP_LOCKED 0x80
320054e8
DG
7
8#undef MCL_CURRENT
9#define MCL_CURRENT 0x2000
10#undef MCL_FUTURE
11#define MCL_FUTURE 0x4000
12#undef MCL_ONFAULT
13#define MCL_ONFAULT 0x8000