mirror of
https://github.com/fluencelabs/musl
synced 2025-04-24 23:02:14 +00:00
9 lines
178 B
C
9 lines
178 B
C
#define PROT_SAO 0x10
|
|
|
|
#undef MCL_CURRENT
|
|
#define MCL_CURRENT 0x2000
|
|
#undef MCL_FUTURE
|
|
#define MCL_FUTURE 0x4000
|
|
#undef MCL_ONFAULT
|
|
#define MCL_ONFAULT 0x8000
|