musl/arch/sh/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 make all objects used with atomic operations volatile 2015-03-03 22:50:02 -05:00
endian.h fix endian subarchs for sh arch 2014-02-27 22:20:44 -05:00
fenv.h add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 2014-02-27 23:18:42 -05:00
float.h fix FLT_ROUNDS to reflect the current rounding mode 2015-03-07 12:05:28 -05:00
ioctl.h fix terminal control ioctl constants for sh 2014-07-29 16:40:51 -04:00
limits.h rename superh port to "sh" for consistency 2014-02-27 22:03:25 -05:00
posix.h rename superh port to "sh" for consistency 2014-02-27 22:03:25 -05:00
setjmp.h fix sh jmp_buf size to match ABI 2015-04-27 20:03:28 -04:00
shm.h rename superh port to "sh" for consistency 2014-02-27 22:03:25 -05:00
signal.h fix MINSIGSTKSZ values for archs with large signal contexts 2015-03-18 00:31:37 -04:00
stat.h rename superh port to "sh" for consistency 2014-02-27 22:03:25 -05:00
stdint.h rename superh port to "sh" for consistency 2014-02-27 22:03:25 -05:00
syscall.h rename superh port to "sh" for consistency 2014-02-27 22:03:25 -05:00
user.h add bits/user.h for sh port 2014-03-08 00:14:33 -05:00