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