mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-23 22:52:23 +03:00
a0252bc75b
these structures can now be defined generically in terms of endianness
and long size. previously, the 32-bit archs all shared a common
definition from the generic bits header, and each 64-bit arch had to
repeat the 64-bit version, with endian conditionals if the arch had
variants of each endianness.
I would prefer getting rid of the preprocessor conditionals for
padding and instead using unnamed bitfield members, like commit
|
||
---|---|---|
.. | ||
bits | ||
atomic_arch.h | ||
crt_arch.h | ||
kstat.h | ||
pthread_arch.h | ||
reloc.h | ||
syscall_arch.h |