musl/arch
Rich Felker 1afe5f3e5b extricate bits/sem.h from x32 time_t hack
various padding fields in the generic bits/sem.h were defined in terms
of time_t as a cheap hack standing in for "kernel long", to allow x32
to use the generic version of the file. this was a really bad idea, as
it ended up getting copied into lots of arch-specific versions of the
bits file, and is a blocker to changing time_t to 64-bit on 32-bit
archs.

this commit adds an x32-specific version of the header, and changes
padding type back from time_t to long (currently the same type on all
archs but x32) in the generic header and all the others the hack got
copied into.
2019-07-29 18:03:41 -04:00
..
aarch64 extricate bits/sem.h from x32 time_t hack 2019-07-29 18:03:41 -04:00
arm remove trailing newlines from various versions of bits/shm.h 2019-07-29 15:54:38 -04:00
generic extricate bits/sem.h from x32 time_t hack 2019-07-29 18:03:41 -04:00
i386 remove trailing newlines from various versions of bits/shm.h 2019-07-29 15:54:38 -04:00
m68k remove trailing newlines from various versions of bits/shm.h 2019-07-29 15:54:38 -04:00
microblaze remove trailing newlines from various versions of bits/shm.h 2019-07-29 15:54:38 -04:00
mips extricate bits/sem.h from x32 time_t hack 2019-07-29 18:03:41 -04:00
mips64 extricate bits/sem.h from x32 time_t hack 2019-07-29 18:03:41 -04:00
mipsn32 extricate bits/sem.h from x32 time_t hack 2019-07-29 18:03:41 -04:00
or1k remove trailing newlines from various versions of bits/shm.h 2019-07-29 15:54:38 -04:00
powerpc remove trailing newlines from various versions of bits/shm.h 2019-07-29 15:54:38 -04:00
powerpc64 remove trailing newlines from various versions of bits/shm.h 2019-07-29 15:54:38 -04:00
riscv64 extricate bits/sem.h from x32 time_t hack 2019-07-29 18:03:41 -04:00
s390x remove duplicates of new generic bits/shm.h 2019-07-29 15:52:20 -04:00
sh decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
x32 extricate bits/sem.h from x32 time_t hack 2019-07-29 18:03:41 -04:00
x86_64 remove duplicates of new generic bits/shm.h 2019-07-29 15:52:20 -04:00