mirror of
https://github.com/fluencelabs/musl
synced 2025-06-27 13:41:57 +00:00
move MREMAP_MAYMOVE and MREMAP_FIXED out of bits
the definitions are generic for all kernel archs. exposure of these macros now only occurs on the same feature test as for the function accepting them, which is believed to be more correct.
This commit is contained in:
@ -55,7 +55,4 @@
|
||||
#define MADV_DODUMP 17
|
||||
#define MADV_HWPOISON 100
|
||||
#define MADV_SOFT_OFFLINE 101
|
||||
|
||||
#define MREMAP_MAYMOVE 1
|
||||
#define MREMAP_FIXED 2
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user