musl/arch
Rich Felker 6ed37ccd31 duplicate generic bits/shm.h for each arch using it, in prep to change
there are more archs sharing the generic 64-bit version of the struct,
which is uniform and much more reasonable, than sharing the current
"generic" one, and depending on how time64 sysvipc is done for 32-bit
archs, even more may be sharing the "64-bit version" in the future.

so, duplicate the current generic to all archs using it (arm, i386,
m68k, microblaze, or1k) so that the generic can be changed freely.

this is recorded as its own commit mainly as a hint to git tooling, to
assist in copy/move tracking.
2019-07-29 15:42:41 -04:00
..
aarch64 decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
arm duplicate generic bits/shm.h for each arch using it, in prep to change 2019-07-29 15:42:41 -04:00
generic math: add fp_arch.h with fp_barrier and fp_force_eval 2019-04-17 13:06:43 -04:00
i386 duplicate generic bits/shm.h for each arch using it, in prep to change 2019-07-29 15:42:41 -04:00
m68k duplicate generic bits/shm.h for each arch using it, in prep to change 2019-07-29 15:42:41 -04:00
microblaze duplicate generic bits/shm.h for each arch using it, in prep to change 2019-07-29 15:42:41 -04:00
mips remove mips/n32/64 stat struct hacks from syscall machinery 2019-07-18 19:38:37 -04:00
mips64 remove mips/n32/64 stat struct hacks from syscall machinery 2019-07-18 19:38:37 -04:00
mipsn32 remove mips/n32/64 stat struct hacks from syscall machinery 2019-07-18 19:38:37 -04:00
or1k duplicate generic bits/shm.h for each arch using it, in prep to change 2019-07-29 15:42:41 -04:00
powerpc decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
powerpc64 decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
riscv64 decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
s390x decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
sh decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
x32 remove x32 syscall timespec fixup hacks 2019-07-29 00:19:21 -04:00
x86_64 decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00