musl/arch
Szabolcs Nagy e9f1c7981a deduplicate bits/mman.h
currently five targets use the same mman.h constants and the rest
share most constants too, so move them to sys/mman.h before the
bits/mman.h include where the differences can be corrected by
redefinition of the macros.

this fixes two minor bugs: POSIX_MADV_DONTNEED was wrong on most
targets (it should be the same as MADV_DONTNEED), and sh defined
the x86-only MAP_32BIT mmap flag.
2016-03-18 22:40:28 -04:00
..
aarch64 deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
arm deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
generic/bits deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
i386 deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
microblaze deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
mips deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
mips64 deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
or1k deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
powerpc deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
sh deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
x32 deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
x86_64 deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00