#include #include "syscall.h" int sysinfo(struct sysinfo *info) { return syscall(SYS_sysinfo, info); }