musl/arch/or1k/bits
Rich Felker 4dfac11538 deduplicate the bulk of the arch bits headers
all bits headers that were identical for a number of 'clean' archs are
moved to the new arch/generic tree. in addition, a few headers that
differed only cosmetically from the new generic version are removed.

additional deduplication may be possible in mman.h and in several
headers (limits.h, posix.h, stdint.h) that mostly depend on whether
the arch is 32- or 64-bit, but they are left alone for now because
greater gains are likely possible with more invasive changes to header
logic, which is beyond the scope of this commit.
2016-01-27 21:52:14 -05:00
..
alltypes.h.in make all objects used with atomic operations volatile 2015-03-03 22:50:02 -05:00
endian.h add or1k (OpenRISC 1000) architecture port 2014-07-18 14:10:23 -04:00
float.h fix FLT_ROUNDS to reflect the current rounding mode 2015-03-07 12:05:28 -05:00
ipc.h add or1k (OpenRISC 1000) architecture port 2014-07-18 14:10:23 -04:00
limits.h provide PAGE_SIZE as a constant value of 8192 on or1k 2014-07-30 23:19:43 -04:00
mman.h add MCL_ONFAULT and MLOCK_ONFAULT mlockall and mlock2 flags 2016-01-26 18:31:05 -05:00
msg.h add or1k (OpenRISC 1000) architecture port 2014-07-18 14:10:23 -04:00
posix.h add or1k (OpenRISC 1000) architecture port 2014-07-18 14:10:23 -04:00
reg.h add or1k (OpenRISC 1000) architecture port 2014-07-18 14:10:23 -04:00
sem.h add or1k (OpenRISC 1000) architecture port 2014-07-18 14:10:23 -04:00
setjmp.h add or1k (OpenRISC 1000) architecture port 2014-07-18 14:10:23 -04:00
signal.h fix MINSIGSTKSZ values for archs with large signal contexts 2015-03-18 00:31:37 -04:00
stat.h add or1k (OpenRISC 1000) architecture port 2014-07-18 14:10:23 -04:00
stdint.h add or1k (OpenRISC 1000) architecture port 2014-07-18 14:10:23 -04:00
syscall.h add mlock2 syscall number from linux v4.4 2016-01-26 18:30:50 -05:00
user.h add or1k (OpenRISC 1000) architecture port 2014-07-18 14:10:23 -04:00