#include #include int mlockall(int flags) { return syscall(mlockall, flags); }