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