blob: a1955c8087b72efcc4b35e68e72095f638acc02e [file] [log] [blame]
#include <sys/mman.h>
#include "syscall.h"
int mlockall(int flags) {
return syscall(SYS_mlockall, flags);
}