#include #include int munlock(const void *addr, size_t len) { return syscall(munlock, addr, len); }