mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 07:12:15 +00:00
fix powerpc MCL_* mlockall flags in bits/mman.h
the definitions didn't match the linux uapi headers.
This commit is contained in:
parent
2d14fa39b0
commit
2f6f3dccb4
@ -35,8 +35,8 @@
|
|||||||
#define MS_INVALIDATE 2
|
#define MS_INVALIDATE 2
|
||||||
#define MS_SYNC 4
|
#define MS_SYNC 4
|
||||||
|
|
||||||
#define MCL_CURRENT 1
|
#define MCL_CURRENT 0x2000
|
||||||
#define MCL_FUTURE 2
|
#define MCL_FUTURE 0x4000
|
||||||
|
|
||||||
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
|
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
|
||||||
#define MADV_NORMAL 0
|
#define MADV_NORMAL 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user