#include #include "syscall.h" int munlockall(void) { return syscall(SYS_munlockall); }