mirror of
git://git.musl-libc.org/musl
synced 2025-02-22 13:56:49 +00:00
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
|
||
---|---|---|
.. | ||
alltypes.h.in | ||
fcntl.h | ||
fenv.h | ||
float.h | ||
posix.h | ||
reg.h | ||
setjmp.h | ||
signal.h | ||
stat.h | ||
stdint.h | ||
syscall.h.in | ||
user.h |