musl/arch
rofl0r dae8ca738c x32: fix sysinfo()
the kernel uses long longs in the struct, but the documentation
says they're long. so we need to fixup the mismatch between the
userspace and kernelspace structs.
since the struct offers a mem_unit member, we can avoid truncation
by adjusting that value.
2014-03-06 05:35:13 +01:00
..
arm fixup general __syscall breakage introduced in x32 port 2014-02-24 17:06:06 -05:00
i386 sys/shm.h: move arch specific structs to bits/ 2014-02-23 11:07:18 +01:00
microblaze fixup general __syscall breakage introduced in x32 port 2014-02-24 17:06:06 -05:00
mips mips: add mips-sf subarch support (soft-float) 2014-02-24 23:16:29 +01:00
powerpc sys/shm.h: move arch specific structs to bits/ 2014-02-23 11:07:18 +01:00
sh add nofpu subarchs to the sh arch, and properly detect compiler's fpu config 2014-02-27 23:18:42 -05:00
x32 x32: fix sysinfo() 2014-03-06 05:35:13 +01:00
x86_64 sys/shm.h: move arch specific structs to bits/ 2014-02-23 11:07:18 +01:00