about summary refs log tree commit diff
path: root/src/linux/x32
Commit message (Collapse)AuthorAgeFilesLines
* x32: fix sysinfo()rofl0r2014-03-061-0/+5
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.