musl/arch
Rich Felker 319b2d02e7 remove gratuitously-different arch-specific bits/ipc.h files
these differ from generic only in using endian-matched padding with a
short __ipc_perm_seq field in place of the int field in generic. this
is not a documented public interface anyway, and the original intent
was to use int here. some ports just inadvertently slipped in the
kernel short+padding form.
2019-07-30 14:23:56 -04:00
..
aarch64 remove gratuitously-different arch-specific bits/ipc.h files 2019-07-30 14:23:56 -04:00
arm duplicate generic bits/msg.h for each arch using it, in prep to change 2019-07-29 18:22:33 -04:00
generic move IPC_64 from public bits/ipc.h to syscall_arch.h 2019-07-30 14:23:56 -04:00
i386 duplicate generic bits/msg.h for each arch using it, in prep to change 2019-07-29 18:22:33 -04:00
m68k duplicate generic bits/msg.h for each arch using it, in prep to change 2019-07-29 18:22:33 -04:00
microblaze duplicate generic bits/msg.h for each arch using it, in prep to change 2019-07-29 18:22:33 -04:00
mips extricate bits/sem.h from x32 time_t hack 2019-07-29 18:03:41 -04:00
mips64 move IPC_64 from public bits/ipc.h to syscall_arch.h 2019-07-30 14:23:56 -04:00
mipsn32 extricate bits/sem.h from x32 time_t hack 2019-07-29 18:03:41 -04:00
or1k remove arch-specific bits/ipc.h that are identical to generic 2019-07-30 14:23:56 -04:00
powerpc move IPC_64 from public bits/ipc.h to syscall_arch.h 2019-07-30 14:23:56 -04:00
powerpc64 move IPC_64 from public bits/ipc.h to syscall_arch.h 2019-07-30 14:23:56 -04:00
riscv64 remove gratuitously-different arch-specific bits/ipc.h files 2019-07-30 14:23:56 -04:00
s390x remove gratuitously-different arch-specific bits/ipc.h files 2019-07-30 14:23:56 -04:00
sh duplicate generic bits/msg.h for each arch using it, in prep to change 2019-07-29 18:22:33 -04:00
x32 move IPC_64 from public bits/ipc.h to syscall_arch.h 2019-07-30 14:23:56 -04:00
x86_64 remove arch-specific bits/ipc.h that are identical to generic 2019-07-30 14:23:56 -04:00