musl/arch/x32
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
..
bits x32 port (diff against vanilla x86_64) 2014-02-23 11:09:16 +01:00
src x32: fix sysinfo() 2014-03-06 05:35:13 +01:00
atomic.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
crt_arch.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
pthread_arch.h import vanilla x86_64 code as x32 2014-02-23 11:07:18 +01:00
reloc.h make the x32 port use the correct ld-musl-x32.path filename 2014-02-23 23:20:18 -05:00
syscall_arch.h fix x32 syscall arch.h timespec fixup code 2014-02-23 20:49:58 +01:00