#include #include "syscall.h" #include int mlockall(int flags) { UNSUPPORTED_API_VOID(LITEOS_A); return syscall(SYS_mlockall, flags); }