提交 e86b18a6 编写于 作者: R Rich Felker

sysinfo struct was utter nonsense; no idea where it came from.

this broke the busybox "free" utility (memory reporting) and possibly
other things like uptime.
上级 31eaad47
......@@ -5,22 +5,21 @@
extern "C" {
#endif
/* ?? */
#define SI_LOAD_SHIFT 16
struct sysinfo {
unsigned long long uptime;
unsigned long uptime;
unsigned long loads[3];
unsigned long procs;
unsigned long long totalram;
unsigned long long freeram;
unsigned long long sharedram;
unsigned long long bufferram;
unsigned long long totalswap;
unsigned long long freeswap;
unsigned short procs, pad;
unsigned long long totalhigh;
unsigned long long freehigh;
unsigned long mem_unit;
unsigned mem_unit;
char __reserved[256];
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册