musl/arch/mips64/bits
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
..
alltypes.h.in add mips64 port 2016-03-06 17:41:56 +00:00
endian.h add mips64 port 2016-03-06 17:41:56 +00:00
errno.h add mips64 port 2016-03-06 17:41:56 +00:00
fcntl.h add mips64 port 2016-03-06 17:41:56 +00:00
fenv.h add mips64 port 2016-03-06 17:41:56 +00:00
float.h add mips64 port 2016-03-06 17:41:56 +00:00
ioctl.h add mips64 port 2016-03-06 17:41:56 +00:00
ipc.h add mips64 port 2016-03-06 17:41:56 +00:00
limits.h add mips64 port 2016-03-06 17:41:56 +00:00
mman.h deduplicate bits/mman.h 2016-03-18 22:40:28 -04:00
msg.h add mips64 port 2016-03-06 17:41:56 +00:00
poll.h add mips64 port 2016-03-06 17:41:56 +00:00
posix.h add mips64 port 2016-03-06 17:41:56 +00:00
reg.h add mips64 port 2016-03-06 17:41:56 +00:00
resource.h add mips64 port 2016-03-06 17:41:56 +00:00
sem.h add mips64 port 2016-03-06 17:41:56 +00:00
setjmp.h add mips64 port 2016-03-06 17:41:56 +00:00
shm.h add mips64 port 2016-03-06 17:41:56 +00:00
signal.h add mips64 port 2016-03-06 17:41:56 +00:00
socket.h add mips64 port 2016-03-06 17:41:56 +00:00
stat.h add mips64 port 2016-03-06 17:41:56 +00:00
statfs.h add mips64 port 2016-03-06 17:41:56 +00:00
stdint.h add mips64 port 2016-03-06 17:41:56 +00:00
syscall.h add mips64 port 2016-03-06 17:41:56 +00:00
termios.h add mips64 port 2016-03-06 17:41:56 +00:00
user.h add mips64 port 2016-03-06 17:41:56 +00:00