#include int munlock(const void *addr, size_t len) { return 0; } /* POSIX(199309) */