#include #include #include #include extern "C" { int memstat(struct membuf* buf) { long rc = syscall(SYS_memstat, buf); __errno_return(rc, int); } }