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