diff options
author | Trutz Behn <me@trutz.be> | 2015-01-28 18:46:52 +0100 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2015-01-30 22:02:23 -0500 |
commit | 2d67ae923d11d766d9a6cea714fa487b52579f6a (patch) | |
tree | 58a14d50d8ccd612be1720085a3d26a29b597648 /arch/arm/bits | |
parent | c7b05bc81732e9471e8f61e2dc48ff590572724e (diff) | |
download | musl-2d67ae923d11d766d9a6cea714fa487b52579f6a.zip musl-2d67ae923d11d766d9a6cea714fa487b52579f6a.tar.gz musl-2d67ae923d11d766d9a6cea714fa487b52579f6a.tar.bz2 |
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.
Diffstat (limited to 'arch/arm/bits')
-rw-r--r-- | arch/arm/bits/mman.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/bits/mman.h b/arch/arm/bits/mman.h index 8c4110f..cc854aa 100644 --- a/arch/arm/bits/mman.h +++ b/arch/arm/bits/mman.h @@ -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 |