#include #include int munlockall(void) { return syscall(munlockall); }