#include "internal.h" int sys·madvise(void *addr, uintptr len, int advice) { long ret = syscall(·MAdvise, addr, len, advice); return error(ret); }