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