musl/arch/aarch64/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 fix missing max_align_t definition on aarch64 2015-03-20 01:21:37 -04:00
endian.h add aarch64 port 2015-03-11 20:12:35 -04:00
fcntl.h aarch64: remove duplicate macro definitions in bits/fcntl.h 2015-04-01 19:25:32 -04:00
fenv.h add aarch64 port 2015-03-11 20:12:35 -04:00
float.h add aarch64 port 2015-03-11 20:12:35 -04:00
ioctl.h aarch64: fix typo in bits/ioctl.h 2015-03-14 15:49:08 -04:00
ipc.h add aarch64 port 2015-03-11 20:12:35 -04:00
limits.h add aarch64 port 2015-03-11 20:12:35 -04:00
msg.h add aarch64 port 2015-03-11 20:12:35 -04:00
posix.h add aarch64 port 2015-03-11 20:12:35 -04:00
reg.h add aarch64 port 2015-03-11 20:12:35 -04:00
sem.h aarch64: fix definition of sem_nsems in semid_ds structure 2015-04-01 19:12:18 -04:00
setjmp.h add aarch64 port 2015-03-11 20:12:35 -04:00
shm.h aarch64: fix namespace pollution in bits/shm.h 2015-04-01 19:05:12 -04:00
signal.h fix MINSIGSTKSZ values for archs with large signal contexts 2015-03-18 00:31:37 -04:00
socket.h add aarch64 port 2015-03-11 20:12:35 -04:00
stat.h add aarch64 port 2015-03-11 20:12:35 -04:00
stdint.h add aarch64 port 2015-03-11 20:12:35 -04:00
syscall.h add mlock2 syscall number from linux v4.4 2016-01-26 18:30:50 -05:00
user.h add aarch64 port 2015-03-11 20:12:35 -04:00