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.
Showing
arch/x32/src/sysinfo.c
0 → 100644
src/linux/x32/sysinfo.s
0 → 100644
想要评论请 注册 或 登录