musl/arch
Rich Felker 006a75a997 move IPC_STAT definition to a new bits/ipcstat.h file
otherwise, 32-bit archs that could otherwise share the generic
bits/ipc.h would need to duplicate the struct ipc_perm definition,
obscuring the fact that it's the same. sysvipc is not widely used and
these headers are not commonly included, so there is no performance
gain to be had by limiting the number of indirectly included files
here.

files with the existing time32 definition of IPC_STAT are added to all
current 32-bit archs now, so that when it's changed the change will
show up as a change rather than addition of a new file where it's less
obvious that the value is changing vs the generic one that was used
before.
2019-08-02 00:08:23 -04:00
..
aarch64 remove gratuitously-different arch-specific bits/ipc.h files 2019-07-30 14:23:56 -04:00
arm move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -04:00
generic move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -04:00
i386 move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -04:00
m68k move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -04:00
microblaze move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -04:00
mips move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -04:00
mips64 get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 2019-07-31 20:20:57 -04:00
mipsn32 move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -04:00
or1k move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -04:00
powerpc move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -04:00
powerpc64 get/setsockopt: add fallback for new time64 SO_RCVTIMEO/SO_SNDTIMEO 2019-07-31 20:20:57 -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 move IPC_STAT definition to a new bits/ipcstat.h file 2019-08-02 00:08:23 -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